aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/disable-exec.inc
blob: d7dcef7e7af91a8676316b0391c2ae2b982eabd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 /run/shm
noexec /tmp
# /var is noexec by default for unprivileged users
# except there is a writable-var option, so just in case:
noexec /var