firejail/etc/disable-exec.inc

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