mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
added wget profile
This commit is contained in:
parent
bc6818c27f
commit
d6b2ab7e97
2 changed files with 22 additions and 2 deletions
|
|
@ -9,11 +9,10 @@ include /etc/firejail/disable-passwdmgr.inc
|
|||
|
||||
caps.drop all
|
||||
netfilter
|
||||
net none
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
protocol unix
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
shell none
|
||||
tracelog
|
||||
|
|
|
|||
21
etc/wget.profile
Normal file
21
etc/wget.profile
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# wget profile
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
nonewprivs
|
||||
noroot
|
||||
nogroups
|
||||
nosound
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
shell none
|
||||
|
||||
|
||||
# private-bin wget
|
||||
# private-etc resolv.conf
|
||||
private-dev
|
||||
private-tmp
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue