aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates/redirect_alias-profile.template
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-06-30 20:51:17 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-30 20:51:17 +0000
commit1dea9cfc5d10002c773a0efc5234cbc24fe1fe9f (patch)
treefc90b1f2d350b7d7aaffabfa77abe64054c16904 /etc/templates/redirect_alias-profile.template
parentChange include/redirect logic in autokey profiles (#2814) (diff)
downloadfirejail-1dea9cfc5d10002c773a0efc5234cbc24fe1fe9f.tar.gz
firejail-1dea9cfc5d10002c773a0efc5234cbc24fe1fe9f.tar.zst
firejail-1dea9cfc5d10002c773a0efc5234cbc24fe1fe9f.zip
Update wording in templates (#2815)
* Change wording in redirect_alias-profile.template * Change wording in profile.template * Update wording in redirect_alias-profile.template
Diffstat (limited to 'etc/templates/redirect_alias-profile.template')
-rw-r--r--etc/templates/redirect_alias-profile.template25
1 files changed, 13 insertions, 12 deletions
diff --git a/etc/templates/redirect_alias-profile.template b/etc/templates/redirect_alias-profile.template
index 02df1776f..0c7ba0b72 100644
--- a/etc/templates/redirect_alias-profile.template
+++ b/etc/templates/redirect_alias-profile.template
@@ -6,38 +6,39 @@ include PROFILE.local
6# Persistent global definitions 6# Persistent global definitions
7# added by included profile 7# added by included profile
8#include globals.local 8#include globals.local
9#NOTE: let include globals.local commented, except redirecting to a -common.profile 9#NOTE: keep include globals.local commented, except when redirecting to a *-common.profile
10 10
11# For more informations see profile.template 11# For more information, see profile.template
12 12
13# Ignore something that is in the included profile 13# Ignoring option(s) from the included profile
14#ignore net none 14#ignore net none
15#ignore private-bin 15#ignore private-bin
16#ignore seccomp 16#ignore seccomp
17#... 17#...
18 18
19# Additional noblacklisting (if needed) 19# Additional noblacklisting (when needed)
20#noblacklist PATH 20#noblacklist PATH
21 21
22# Additional allow includes (if needed) 22# Additional allow includes (when needed)
23 23
24# Additional blacklisting (if needed) 24# Additional blacklisting (when needed)
25#blacklist PATH 25#blacklist PATH
26 26
27# Additional whitelisting (if needed) 27# Additional whitelisting (when needed)
28#NOTE: never use mkdir/mkfile when 'private' is set (see https://github.com/netblue30/firejail/issues/903)
28#mkdir PATH 29#mkdir PATH
29##mkfile PATH 30##mkfile PATH
30#whitelist PATH 31#whitelist PATH
31 32
32# Additional options (if needed) 33# Additional options (when needed)
33 34
34# Additional private-options (if needed) 35# Additional private-options (when needed)
35# Add programs to private-bin (if needed) 36# Add programs to private-bin (when needed)
36#private-bin PROGRAMS 37#private-bin PROGRAMS
37# Add files to private-etc (if needed) 38# Add files to private-etc (when needed)
38#private-etc FILES 39#private-etc FILES
39 40
40# Additional special options (if needed) 41# Additional special options (when needed)
41 42
42# Redirect 43# Redirect
43include PROFILE.profile 44include PROFILE.profile