summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-10-28 11:31:49 +0100
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-10-28 11:31:49 +0100
commitb8043731fa1a64e9abba5edb685295b1dae1ee14 (patch)
treee45844873ec765fdd6985a544c66f7c009912abb
parentfbee96ccf8897a71983ea742a69ac81736e918f5 (diff)
downloadweston-common-b8043731fa1a64e9abba5edb685295b1dae1ee14.tar.gz
weston-common-b8043731fa1a64e9abba5edb685295b1dae1ee14.tar.bz2
weston-common-b8043731fa1a64e9abba5edb685295b1dae1ee14.zip
update udev rules to have /dev/input/* with group 'input'submit/tizen_common/20141028.111159accepted/tizen/common/20141028.111331
Change-Id: Iaf5862b940dc4c1055288c9a52e67cadd7d47c50 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r--packaging/weston-common.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/weston-common.spec b/packaging/weston-common.spec
index b7b45e3..075c29b 100644
--- a/packaging/weston-common.spec
+++ b/packaging/weston-common.spec
@@ -113,9 +113,9 @@ cat >%{buildroot}%{_sysconfdir}/udev/rules.d/99-tty.rules <<'EOF'
SUBSYSTEM=="tty", KERNEL=="tty7", OWNER="%{daemon_user}", SECLABEL{smack}="^"
EOF
-# user 'display' must also be able to access /dev/input/event*
+# user 'display' must also be able to access /dev/input/*
cat >%{buildroot}%{_sysconfdir}/udev/rules.d/99-input.rules <<'EOF'
-SUBSYSTEM=="input", KERNEL=="event*", MODE="0660", GROUP="input", SECLABEL{smack}="^"
+SUBSYSTEM=="input", MODE="0660", GROUP="input", SECLABEL{smack}="^"
EOF
# install desktop file