diff options
Diffstat (limited to 'meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm')
-rwxr-xr-x | meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm index e790fb0921..f6692a814b 100755 --- a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm +++ b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm | |||
@@ -33,7 +33,6 @@ case "$1" in | |||
33 | # setting for rootless X | 33 | # setting for rootless X |
34 | chmod o+w /var/log | 34 | chmod o+w /var/log |
35 | chmod g+r /dev/tty[0-3] | 35 | chmod g+r /dev/tty[0-3] |
36 | chmod o+rw /dev/input/* | ||
37 | # hidraw device is probably needed | 36 | # hidraw device is probably needed |
38 | if [ -e /dev/hidraw0 ]; then | 37 | if [ -e /dev/hidraw0 ]; then |
39 | chmod o+rw /dev/hidraw* | 38 | chmod o+rw /dev/hidraw* |