mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-23 06:47:44 -07:00
xorg-server: Run setgid. input group no longer needed per-user.
This commit is contained in:
parent
e486531803
commit
ba246df4fa
@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Give Xorg setgid to /dev/input.
|
||||
chown :input "$1/usr/bin/Xorg"
|
||||
chmod g+s "$1/usr/bin/Xorg"
|
||||
|
||||
cat <<EOF
|
||||
|
||||
NOTE: You must be a part of the [1mvideo[m group
|
||||
|
@ -1 +1 @@
|
||||
1.20.7 2
|
||||
1.20.7 3
|
||||
|
Loading…
Reference in New Issue
Block a user