xorg-server: Run setgid. input group no longer needed per-user.

This commit is contained in:
Dylan Araps 2020-02-06 15:43:32 +02:00
parent e486531803
commit ba246df4fa
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 5 additions and 1 deletions

View File

@ -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 video group

View File

@ -1 +1 @@
1.20.7 2
1.20.7 3