Created
November 9, 2013 13:37
-
-
Save The-Yoda/7385497 to your computer and use it in GitHub Desktop.
Opening vlc and evince (document reader) as root
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Opening evince as root : | |
sudo ln -s /etc/apparmor.d/usr.bin.evince /etc/apparmor.d/disable | |
sudo /etc/init.d/apparmor restart | |
opening vlc as root : | |
change geteuid to getppid in /usr/bin/vlc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment