mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-22 06:05:38 -06:00
harden dnsmasq
private option implies private-cache, so it is safe to remove
This commit is contained in:
parent
ce6f792efd
commit
d334449480
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ noblacklist /sbin
|
|||
noblacklist /usr/sbin
|
||||
|
||||
blacklist /tmp/.X11-unix
|
||||
blacklist ${RUNUSER}/wayland-*
|
||||
blacklist ${RUNUSER}
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -36,6 +36,6 @@ seccomp
|
|||
|
||||
disable-mnt
|
||||
private
|
||||
private-cache
|
||||
private-dev
|
||||
private-tmp
|
||||
writable-var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue