aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/tar.profile
blob: 0817adda8d80bdc660e123c3eb7e749c4618f8b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.profile
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,ld.so.cache,ld.so.preload,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.profile