Author: jw Date: 2006-09-05 09:44:37 +0200 (Tue, 05 Sep 2006) New Revision: 1814 Modified: tools/udev-rules/25-lfs.rules Log: udev-rules: restrict access to input/event* and input/ts* Modified: tools/udev-rules/25-lfs.rules =================================================================== --- tools/udev-rules/25-lfs.rules 2006-09-05 07:40:28 UTC (rev 1813) +++ tools/udev-rules/25-lfs.rules 2006-09-05 07:44:37 UTC (rev 1814) @@ -74,9 +74,9 @@ KERNEL=="mice", MODE="0644", NAME="input/%k" SYMLINK="mouse" KERNEL=="mouse*", MODE="0644", NAME="input/%k" -KERNEL=="event*", MODE="0644", NAME="input/%k" +KERNEL=="event*", MODE="0600", NAME="input/%k" KERNEL=="js*", MODE="0644", NAME="input/%k" -KERNEL=="ts*", MODE="0644", NAME="input/%k" +KERNEL=="ts*", MODE="0600", NAME="input/%k" KERNEL=="psaux", MODE="0644" KERNEL=="js", MODE="0644"