Skip to content

Instantly share code, notes, and snippets.

@The-Yoda
Created November 9, 2013 13:37
Show Gist options
  • Save The-Yoda/7385497 to your computer and use it in GitHub Desktop.
Save The-Yoda/7385497 to your computer and use it in GitHub Desktop.
Opening vlc and evince (document reader) as root
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