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.
14 lines
376 B
Text
14 lines
376 B
Text
# Firejail profile for unzip
|
|
# Description: De-archiver for .zip files
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include unzip.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# GNOME Shell integration (chrome-gnome-shell)
|
|
noblacklist ${HOME}/.local/share/gnome-shell
|
|
|
|
# Redirect
|
|
include archiver-common.profile
|