Skip to content

Instantly share code, notes, and snippets.

@fazlearefin
Created March 20, 2024 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fazlearefin/af8cc5b9604ee84e7320dcc1205f4220 to your computer and use it in GitHub Desktop.
Save fazlearefin/af8cc5b9604ee84e7320dcc1205f4220 to your computer and use it in GitHub Desktop.
Firefox locked down mode protected by firejail and apparmor on Ubuntu/Pop!_OS/Debian
function safefox {
/usr/bin/firejail --private --apparmor \
firefox --new-instance --no-remote --safe-mode --private-window $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment