mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
added aweather profile
This commit is contained in:
parent
d7ec985493
commit
aff18630c4
1 changed files with 23 additions and 0 deletions
23
etc/aweather.profile
Normal file
23
etc/aweather.profile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Firejail profile for aweather.
|
||||
|
||||
# Noblacklist
|
||||
noblacklist ~/.config/aweather
|
||||
|
||||
# Include
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
|
||||
# Call these options
|
||||
caps.drop all
|
||||
netfilter
|
||||
noroot
|
||||
protocol unix,inet,inet6,netlink
|
||||
seccomp
|
||||
tracelog
|
||||
|
||||
# Whitelist
|
||||
mkdir ~/.config
|
||||
mkdir ~/.config/aweather
|
||||
whitelist ~/.config/aweather
|
||||
Loading…
Add table
Add a link
Reference in a new issue