aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-01 20:41:22 +0000
committerLibravatar GitHub <noreply@github.com>2019-06-01 20:41:22 +0000
commitfcf075e7fb1bbab08c21c23b40cefcc70cd0f52a (patch)
tree944e8e4aaaa0c1d1ed2209c7784f061e88f55db8 /etc/templates
parentUpdate profile.template for allow-INTERPETER.inc (diff)
downloadfirejail-fcf075e7fb1bbab08c21c23b40cefcc70cd0f52a.tar.gz
firejail-fcf075e7fb1bbab08c21c23b40cefcc70cd0f52a.tar.zst
firejail-fcf075e7fb1bbab08c21c23b40cefcc70cd0f52a.zip
Update redirect_alias-profile.template
Diffstat (limited to 'etc/templates')
-rw-r--r--etc/templates/redirect_alias-profile.template27
1 files changed, 18 insertions, 9 deletions
diff --git a/etc/templates/redirect_alias-profile.template b/etc/templates/redirect_alias-profile.template
index 7df157583..5a00933a5 100644
--- a/etc/templates/redirect_alias-profile.template
+++ b/etc/templates/redirect_alias-profile.template
@@ -8,29 +8,38 @@ include PROFILE.local
8#include globals.local 8#include globals.local
9#NOTE: let include globals.local commented 9#NOTE: let include globals.local commented
10 10
11# Additional blacklisting (if needed) 11# For more informations see profile.template
12#blacklist PATH 12
13# Ignore something that is in the included profile
14#ignore net none
15#ignore private-bin
16#ignore seccomp
17#...
13 18
14# Additional noblacklisting (if needed) 19# Additional noblacklisting (if needed)
15#noblacklist PATH 20#noblacklist PATH
16 21
22# Additional allow includes (if needed)
23
24# Additional blacklisting (if needed)
25#blacklist PATH
26
17# Additional whitelisting (if needed) 27# Additional whitelisting (if needed)
18#mkdir PATH 28#mkdir PATH
19#mkfile PATH 29##mkfile PATH
20#whitelist PATH 30#whitelist PATH
21 31
22# Additional options if needed (see firejail-profile.example) 32# Additional options (if needed)
33
23 34
35
36# Additional private-options (if needed)
24# Add programs to private-bin (if needed) 37# Add programs to private-bin (if needed)
25#private-bin PROGRAMS 38#private-bin PROGRAMS
26# Add files to private-etc (if needed) 39# Add files to private-etc (if needed)
27#private-etc FILES 40#private-etc FILES
28 41
29# Ignore something that is in the included profile 42# Additional special options (if needed)
30#ignore net none
31#ignore private-bin
32#ignore seccomp
33#...
34 43
35# Redirect 44# Redirect
36include PROFILE.profile 45include PROFILE.profile