1
0
Fork 0
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:
Fazle Arefin 2024-03-27 18:06:18 +11:00 committed by GitHub
parent 3416764db2
commit 642aa3fdf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}}`