mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Committer: Paupiah Yashvi <yash@hackers.mu>
Desctiption: Gzip sandbox profile for decompression Changes to be committed: new file: gzip.profile
This commit is contained in:
parent
8fc12eeaa7
commit
b92cae3a92
1 changed files with 19 additions and 0 deletions
19
etc/gzip.profile
Normal file
19
etc/gzip.profile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
################################
|
||||
# Gzip profile
|
||||
################################
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
|
||||
blacklist ${HOME}/.wine
|
||||
blacklist ${HOME}/.ssh
|
||||
|
||||
tracelog
|
||||
caps.drop all
|
||||
seccomp
|
||||
net none
|
||||
noroot
|
||||
nosound
|
||||
nogroups
|
||||
nonewprivs
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue