firejail/etc/tar.profile
glitsj16 097aba97d8
Hardening compressors (#2594)
* Harden atool

* Harden cpio

* Fix ordering in private-* options

* Harden gzip

* Harden tar

* Harden bsdtar

* Harden+ tar

* Harden+ gzip

* Harden+ cpio

* Create bzip2.profile

* Description for bunzip2

* Add bzip2/bunzip2 to firecfg
2019-03-14 12:01:43 +00:00

46 lines
854 B
Text

# Firejail profile for tar
# Description: GNU version of the tar archiving utility
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include tar.local
# Persistent global definitions
# added by included profile
#include globals.local
blacklist /tmp/.X11-unix
include disable-exec.inc
include disable-interpreters.inc
ignore noroot
apparmor
hostname tar
ipc-namespace
machine-id
net none
no3d
nodbus
nodvd
nogroups
nosound
notv
nou2f
novideo
shell none
tracelog
# support compressed archives
private-bin sh,bash,tar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop
private-cache
private-dev
private-etc alternatives,passwd,group,localtime
private-lib libfakeroot
memory-deny-write-execute
# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic)
writable-var
include default.profile