mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Update redirect_alias-profile.template
This commit is contained in:
parent
866506de29
commit
fcf075e7fb
1 changed files with 26 additions and 17 deletions
|
|
@ -8,23 +8,7 @@ include PROFILE.local
|
|||
#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
|
||||
# For more informations see profile.template
|
||||
|
||||
# Ignore something that is in the included profile
|
||||
#ignore net none
|
||||
|
|
@ -32,5 +16,30 @@ include PROFILE.local
|
|||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue