aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/tar.profile
blob: da3b4f78232adeedbb6f128c0d6a7b83d86d1d0c (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
24
25
26
# 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

# If you use nvm, add the below lines to your tar.local
#noblacklist ${HOME}/.nvm

# 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
#private-lib libfakeroot,liblzma.so.*,libreadline.so.*
# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic)
writable-var

# Redirect
include archiver-common.profile