summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-10-23 05:44:44 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 22:08:27 -0700
commit069410dbb4769595f57d6208c4a524b2eaa2659c (patch)
treeacbcdfc7761968f1bf9a20f1c650b565643270f4
parentf4949c53e66a4a8697b1bd5aa3f8265faf3423b1 (diff)
downloadsystemd-069410dbb4769595f57d6208c4a524b2eaa2659c.tar.gz
[PATCH] add inotify to the rules for gentoo
-rw-r--r--etc/udev/udev.permissions.gentoo1
-rw-r--r--etc/udev/udev.rules.gentoo1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/udev/udev.permissions.gentoo b/etc/udev/udev.permissions.gentoo
index edd8e39cde..51dd9f290e 100644
--- a/etc/udev/udev.permissions.gentoo
+++ b/etc/udev/udev.permissions.gentoo
@@ -48,6 +48,7 @@ zero:root:root:0666
# misc devices
misc/nvram:root:root:0660
misc/rtc:root:root:0664
+misc/inotify:root:root:0666
# floppy devices
fd[01]*:root:floppy:0660
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo
index b33df81d25..ffc56ee7e4 100644
--- a/etc/udev/udev.rules.gentoo
+++ b/etc/udev/udev.rules.gentoo
@@ -62,6 +62,7 @@ KERNEL="microcode", NAME="misc/%k", SYMLINK="%k"
KERNEL="psaux", NAME="misc/%k", SYMLINK="%k"
KERNEL="rtc", NAME="misc/%k", SYMLINK="%k"
KERNEL="uinput", NAME="misc/%k", SYMLINK="%k"
+KERNEL="inotify", NAME="misc/%k", SYMLINK="%k"
# pty devices
KERNEL="pty[p-za-e][0-9a-f]*", NAME="pty/m%n", SYMLINK="%k"