diff options
Diffstat (limited to 'packaging/weston-common.spec')
-rw-r--r-- | packaging/weston-common.spec | 4 |
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 |