mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
16 lines
333 B
Text
16 lines
333 B
Text
# uGet profile
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-devel.inc
|
|
|
|
caps.drop all
|
|
seccomp
|
|
protocol unix,inet,inet6
|
|
netfilter
|
|
noroot
|
|
|
|
whitelist ${DOWNLOADS}
|
|
mkdir ~/.config
|
|
mkdir ~/.config/uGet
|
|
whitelist ~/.config/uGet
|
|
include /etc/firejail/whitelist-common.inc
|