Skip to content

Commit

Permalink
xorg-server: Run setgid. input group no longer needed per-user.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Feb 6, 2020
1 parent e486531 commit ba246df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions xorg/xorg-server/post-install
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion xorg/xorg-server/version
@@ -1 +1 @@
1.20.7 2
1.20.7 3

0 comments on commit ba246df

Please sign in to comment.