aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-13 10:39:59 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-13 10:39:59 +0200
commit5f8654d163e45cdcbb4f45b5a2dad6a5c594f250 (patch)
treef810b7b03d52e5746769eb552c489c205d469b5a /etc
parentAdd noinput to browsers as well (diff)
downloadfirejail-5f8654d163e45cdcbb4f45b5a2dad6a5c594f250.tar.gz
firejail-5f8654d163e45cdcbb4f45b5a2dad6a5c594f250.tar.zst
firejail-5f8654d163e45cdcbb4f45b5a2dad6a5c594f250.zip
Update profile.template
Clarify some options that supersede others.
Diffstat (limited to 'etc')
-rw-r--r--etc/templates/profile.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index a7144a29f..16f88a4d9 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -64,7 +64,7 @@ include globals.local
64#blacklist /tmp/.X11-unix 64#blacklist /tmp/.X11-unix
65# Disable Wayland 65# Disable Wayland
66#blacklist ${RUNUSER}/wayland-* 66#blacklist ${RUNUSER}/wayland-*
67# Disable RUNUSER (cli only) 67# Disable RUNUSER (cli only; supersedes Disable Wayland)
68#blacklist ${RUNUSER} 68#blacklist ${RUNUSER}
69 69
70# It is common practice to add files/dirs containing program-specific configuration 70# It is common practice to add files/dirs containing program-specific configuration
@@ -109,6 +109,8 @@ include globals.local
109# Allow ssh (blacklisted by disable-common.inc) 109# Allow ssh (blacklisted by disable-common.inc)
110#include allow-ssh.inc 110#include allow-ssh.inc
111 111
112# disable-*.inc includes
113# remove disable-write-mnt.inc if you set disable-mnt
112#include disable-common.inc 114#include disable-common.inc
113#include disable-devel.inc 115#include disable-devel.inc
114#include disable-exec.inc 116#include disable-exec.inc