mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Commit 29da82d added `private-etc` to `archiver-common.profile`.
To avoid doubled options this PR removes it from archiver profiles which
already had it.
Relates to #5610.
25 lines
752 B
Text
25 lines
752 B
Text
# 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-lib libfakeroot,liblzma.so.*,libreadline.so.*
|
|
# Debian based distributions need this for 'dpkg --unpack' (incl. synaptic)
|
|
writable-var
|
|
|
|
# Redirect
|
|
include archiver-common.profile
|