mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -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
45 lines
828 B
Text
45 lines
828 B
Text
# Firejail profile for bsdtar
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include bsdtar.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
include disable-common.inc
|
|
# include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
hostname bsdtar
|
|
ipc-namespace
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nodbus
|
|
nogroups
|
|
nonewprivs
|
|
# noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
# support compressed archives
|
|
private-bin sh,bash,bsdcat,bsdcpio,bsdtar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop,lz4,libarchive
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,passwd,group,localtime
|
|
|
|
memory-deny-write-execute
|