aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates/redirect_alias-profile.template
blob: 56dd43ca406b04c8459df390bfdd325235e6ab3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Firejail profile for PRGOGRAM_NAME
# Description: DESCRIPTION
# This file is overwritten after every install/update
# Persistent local customizations
include PROFILE.local
# Persistent global definitions
# added by included profile
#include globals.local
#NOTE: let include globals.local commented

# Additional blacklisting (if needed)
#blacklist PATH

# Additional noblacklisting (if needed)
#noblacklist PATH

# Additional whitelisting (if needed)
#mkdir PATH
#mkfile PATH
#whitelist PATH

# Additional options if needed (see firejail-profile.example)

# Add programs to private-bin (if needed)
#private-bin PROGRAMS
# Add files to private-etc (if needed)
#private-etc FILES

# Ignore something that is in the included profile
#ignore net none
#ignore private-bin
#ignore seccomp
#...

# Redirect
include PROFILE.profile