diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-31 20:00:08 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-31 20:00:08 -0500 |
| commit | 545814f3792c9d7e5702cb6112ef949e2a1fd263 (patch) | |
| tree | 586e0d9af6e4fef256c59e9efd949645e8d9dd63 /bin/Makefile | |
| parent | a7ff41a9f4586a8e3d39d3193e9e267e53d06558 (diff) | |
| download | dotfiles-545814f3792c9d7e5702cb6112ef949e2a1fd263.tar.gz dotfiles-545814f3792c9d7e5702cb6112ef949e2a1fd263.tar.xz | |
Rewrite the backlight script into a setuid C program
Diffstat (limited to 'bin/Makefile')
| -rw-r--r-- | bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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: |
