aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates/redirect_alias-profile.template
blob: 02df1776fd6b75098b57fbf9ee91d9aea028aa9b (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
# 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: let include globals.local commented, except redirecting to a -common.profile

# For more informations see profile.template

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

# Additional noblacklisting (if needed)
#noblacklist PATH

# Additional allow includes (if needed)

# Additional blacklisting (if needed)
#blacklist PATH

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

# Additional options (if needed)

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

# Additional special options (if needed)

# Redirect
include PROFILE.profile