aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/disable-exec.inc
blob: 9b5c40a2bb51672ca1e9dbb0a34fdede085cb7d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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/mqueue
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