From 545814f3792c9d7e5702cb6112ef949e2a1fd263 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 31 Dec 2022 20:00:08 -0500 Subject: Rewrite the backlight script into a setuid C program --- bin/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index c7e37e6..b0a8dd1 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -5,8 +5,11 @@ install-zzz: zzz install -D -o root -g root -m 755 zzz /sbin/ chmod 6755 /sbin/zzz +install-linux: backlight + install -D -o root -g root -m 755 backlight /sbin/ + chmod 6755 /sbin/backlight + linux: - install backlight $(HOME)/bin install wpa $(HOME)/bin install: -- cgit v1.2.3