mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
fixed join/shutdown problem, moving browsers and mail clients to a --shell=none default in profile files
This commit is contained in:
parent
664aa0fa94
commit
0021c29f7f
13 changed files with 76 additions and 32 deletions
|
|
@ -5,5 +5,7 @@ include /etc/firejail/disable-secret.inc
|
|||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-history.inc
|
||||
netfilter
|
||||
shell none
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -8,5 +8,7 @@ caps.drop all
|
|||
seccomp
|
||||
netfilter
|
||||
noroot
|
||||
shell none
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@ include /etc/firejail/disable-history.inc
|
|||
caps.drop all
|
||||
seccomp
|
||||
netfilter
|
||||
shell none
|
||||
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@ include /etc/firejail/disable-common.inc
|
|||
include /etc/firejail/disable-history.inc
|
||||
netfilter
|
||||
noroot
|
||||
shell none
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -20,4 +20,5 @@ caps.drop all
|
|||
seccomp
|
||||
netfilter
|
||||
noroot
|
||||
shell none
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue