mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -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.
10 lines
243 B
Text
10 lines
243 B
Text
# Firejail profile for bsdtar
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include bsdtar.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# Redirect
|
|
include archiver-common.profile
|