mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 21:55:43 +02:00
firejail: edit page (#12555)
This commit is contained in:
parent
3416764db2
commit
642aa3fdf7
1 changed files with 8 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue