mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 14:56:05 -06:00
Harden dig.profile (#2454)
This commit is contained in:
parent
df06a306de
commit
549427d4af
1 changed files with 3 additions and 2 deletions
|
|
@ -20,6 +20,7 @@ include whitelist-var-common.inc
|
|||
|
||||
caps.drop all
|
||||
# ipc-namespace
|
||||
machine-id
|
||||
netfilter
|
||||
no3d
|
||||
nodbus
|
||||
|
|
@ -45,5 +46,5 @@ private-lib
|
|||
private-tmp
|
||||
|
||||
memory-deny-write-execute
|
||||
# noexec ${HOME}
|
||||
# noexec /tmp
|
||||
noexec ${HOME}
|
||||
noexec /tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue