mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
Harden gucharmap (#2566)
This commit is contained in:
parent
cbe09ace40
commit
9fbb31e1f4
1 changed files with 5 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ include whitelist-var-common.inc
|
|||
apparmor
|
||||
caps.drop all
|
||||
machine-id
|
||||
net none
|
||||
#net none - breaks dbus
|
||||
no3d
|
||||
nodvd
|
||||
nogroups
|
||||
|
|
@ -35,8 +35,12 @@ seccomp
|
|||
shell none
|
||||
|
||||
disable-mnt
|
||||
private-bin gucharmap
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc alternatives,fonts
|
||||
private-home .config,.icons,.themes
|
||||
private-lib
|
||||
private-tmp
|
||||
|
||||
memory-deny-write-execute
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue