aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates/redirect_alias-profile.template
blob: 0c7ba0b7283ddc437744d1724fb024a13f44d412 (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
37
38
39
40
41
42
43
44
# Firejail profile for PROGRAM_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: keep include globals.local commented, except when redirecting to a *-common.profile

# For more information, see profile.template

# Ignoring option(s) from the included profile
#ignore net none
#ignore private-bin
#ignore seccomp
#...

# Additional noblacklisting (when needed)
#noblacklist PATH

# Additional allow includes (when needed)

# Additional blacklisting (when needed)
#blacklist PATH

# Additional whitelisting (when needed)
#NOTE: never use mkdir/mkfile when 'private' is set (see https://github.com/netblue30/firejail/issues/903)
#mkdir PATH
##mkfile PATH
#whitelist PATH

# Additional options (when needed)

# Additional private-options (when needed)
# Add programs to private-bin (when needed)
#private-bin PROGRAMS
# Add files to private-etc (when needed)
#private-etc FILES

# Additional special options (when needed)

# Redirect
include PROFILE.profile