mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
11 lines
318 B
PHP
11 lines
318 B
PHP
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include disable-exec.local
|
|
|
|
noexec ${HOME}
|
|
noexec ${RUNUSER}
|
|
noexec /dev/shm
|
|
noexec /tmp
|
|
# /var is noexec by default for unprivileged users
|
|
# except there is a writable-var option, so just in case:
|
|
noexec /var
|