mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
23 lines
444 B
Text
23 lines
444 B
Text
# 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
|