mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Merge pull request #7112 from pierretom/patch20
profiles: disable-exec: add mount points
This commit is contained in:
commit
240b602282
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ noexec ${HOME}
|
|||
noexec ${RUNUSER}
|
||||
noexec /dev/mqueue
|
||||
noexec /dev/shm
|
||||
noexec /media
|
||||
noexec /mnt
|
||||
noexec /run/media
|
||||
noexec /run/mount
|
||||
noexec /run/shm
|
||||
noexec /tmp
|
||||
# /var is noexec by default for unprivileged users
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue