Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Commit

Permalink
added chmod/chown to set Xorg binary to suid bit under root or otherw…
Browse files Browse the repository at this point in the history
…ise permission problems might occur with radeon drivers.
  • Loading branch information
jens-maus committed Jun 10, 2015
1 parent b9a957b commit d5309c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/build/packages/xorg7/etc/init.d/xconf
Expand Up @@ -213,6 +213,8 @@ init|start)
`make_lower $section`_
if [ -e /tmp/x_$section ]; then rm /tmp/x_$section; fi
done
chown root /bin/Xorg
chmod u+s /bin/Xorg
;;
help)
echo "Usage: $0 init"
Expand Down

0 comments on commit d5309c2

Please sign in to comment.