diff options
author | Paul Healy <lmiphay@gmail.com> | 2015-11-03 09:30:49 +0000 |
---|---|---|
committer | Paul Healy <lmiphay@gmail.com> | 2015-11-03 09:30:49 +0000 |
commit | 607f30ca5de589adb4558196e0c9d90114ca9355 (patch) | |
tree | b9f00b305d7dfa4e65f24f64696b484a73ad4abb /app-misc/g13 | |
parent | add uinput G13 driver (diff) | |
download | lmiphay-607f30ca5de589adb4558196e0c9d90114ca9355.tar.gz lmiphay-607f30ca5de589adb4558196e0c9d90114ca9355.tar.bz2 lmiphay-607f30ca5de589adb4558196e0c9d90114ca9355.zip |
the pipe doesnt need to be readable by other
Diffstat (limited to 'app-misc/g13')
-rwxr-xr-x | app-misc/g13/files/g13.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/g13/files/g13.init.d b/app-misc/g13/files/g13.init.d index 35ed6e4..d185198 100755 --- a/app-misc/g13/files/g13.init.d +++ b/app-misc/g13/files/g13.init.d @@ -29,7 +29,7 @@ depend() { } start_pre() { - checkpath --pipe --owner $user --mode 0664 $cmdpipe + checkpath --pipe --owner $user --mode 0660 $cmdpipe checkpath --file --owner $user --mode 0644 $logfile [ -c /dev/uinput ] || modprobe -q uinput |