mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-23 22:01:54 -06:00
* 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
46 lines
854 B
Text
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
|