Skip to content

Instantly share code, notes, and snippets.

@omadjoudj
Created August 8, 2013 04:14
Show Gist options
  • Save omadjoudj/6181388 to your computer and use it in GitHub Desktop.
Save omadjoudj/6181388 to your computer and use it in GitHub Desktop.
Configure and run firefox inside SELinux sandbox with the previous profile
sudo yum install policycoreutils-sandbox
sudo semodule -e sandbox
sandbox -t sandbox_web_t -X -i ~/.mozilla/ -i ~/.gtkrc-2.0 firefox
@Germano0
Copy link

Germano0 commented Oct 9, 2017

Flag -w allows to set window resolution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment