aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/tar.profile
blob: 1c3612326805128c06c1b016e9e98fd5c217bbd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
include globals.local

# Included in archiver-common.inc
ignore include disable-shell.inc

# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only.
noblacklist /var/lib/pacman

private-etc alternatives,group,localtime,login.defs,passwd
#private-lib libfakeroot,liblzma.so.*,libreadline.so.*
# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic)
writable-var

# Redirect
include archiver-common.inc