From e1a40d30a21b94d12d69e9dbc8c1c47d7424d573 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 15 Nov 2017 08:04:54 -0500 Subject: bsdtar profile, #1642 --- etc/bsdtar.profile | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 etc/bsdtar.profile (limited to 'etc/bsdtar.profile') diff --git a/etc/bsdtar.profile b/etc/bsdtar.profile new file mode 100644 index 000000000..d4fe080d0 --- /dev/null +++ b/etc/bsdtar.profile @@ -0,0 +1,41 @@ +# Firejail profile for bsdtar +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include /etc/firejail/bsdtar.local +# Persistent global definitions +include /etc/firejail/globals.local + +include /etc/firejail/disable-common.inc +# include /etc/firejail/disable-devel.inc +include /etc/firejail/disable-passwdmgr.inc +include /etc/firejail/disable-programs.inc + +blacklist /tmp/.X11-unix + +hostname bsdtar +caps.drop all +ipc-namespace +netfilter +no3d +nodvd +nogroups +nonewprivs +# noroot +nosound +notv +novideo +nonewprivs +protocol unix +seccomp +shell none + +tracelog + +# support compressed archives +private-bin sh,bash,dash,bsdtar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop,lz4,libarchive +private-dev +private-etc passwd,group,localtime + + + -- cgit v1.2.3-54-g00ecf