aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates/redirect_alias-profile.template
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-05-30 17:31:25 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-05-30 17:31:25 +0200
commitcb98aea61bf97c8125c2d2df6cb08b9f05355e3a (patch)
tree493a2a6c030f323a1966cb04d406df7b140d9593 /etc/templates/redirect_alias-profile.template
parentprofile housekeeping (diff)
downloadfirejail-cb98aea61bf97c8125c2d2df6cb08b9f05355e3a.tar.gz
firejail-cb98aea61bf97c8125c2d2df6cb08b9f05355e3a.tar.zst
firejail-cb98aea61bf97c8125c2d2df6cb08b9f05355e3a.zip
Add profile templates
Create etc/templates * profile.template * redirect_alias-profile.template * syscalls.txt * Notes
Diffstat (limited to 'etc/templates/redirect_alias-profile.template')
-rw-r--r--etc/templates/redirect_alias-profile.template36
1 files changed, 36 insertions, 0 deletions
diff --git a/etc/templates/redirect_alias-profile.template b/etc/templates/redirect_alias-profile.template
new file mode 100644
index 000000000..56dd43ca4
--- /dev/null
+++ b/etc/templates/redirect_alias-profile.template
@@ -0,0 +1,36 @@
1# Firejail profile for PRGOGRAM_NAME
2# Description: DESCRIPTION
3# This file is overwritten after every install/update
4# Persistent local customizations
5include PROFILE.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9#NOTE: let include globals.local commented
10
11# Additional blacklisting (if needed)
12#blacklist PATH
13
14# Additional noblacklisting (if needed)
15#noblacklist PATH
16
17# Additional whitelisting (if needed)
18#mkdir PATH
19#mkfile PATH
20#whitelist PATH
21
22# Additional options if needed (see firejail-profile.example)
23
24# Add programs to private-bin (if needed)
25#private-bin PROGRAMS
26# Add files to private-etc (if needed)
27#private-etc FILES
28
29# Ignore something that is in the included profile
30#ignore net none
31#ignore private-bin
32#ignore seccomp
33#...
34
35# Redirect
36include PROFILE.profile