firejail: edit page (#12555)

This commit is contained in:
Fazle Arefin
2024-03-27 18:06:18 +11:00
committed by GitHub
parent 3416764db2
commit 642aa3fdf7

View File

@@ -26,3 +26,11 @@
- Shutdown a running sandbox:
`firejail --shutdown={{7777}}`
- Run a restricted Firefox session to browse the internet:
`firejail --seccomp --private --private-dev --private-tmp --protocol=inet firefox --new-instance --no-remote --safe-mode --private-window`
- Use custom hosts file (overriding `/etc/hosts` file):
`firejail --hosts-file={{~/myhosts}} {{curl http://mysite.arpa}}`