firejail/etc/profile-a-l/atool.profile
Kelvin M. Klann c2e40c6d4e archivers: move archiver-common.inc include to the bottom
And mark it as a redirect profile.

This is done so when including other *-common.inc profiles, such as
firefox-common.profile.
2021-02-08 19:22:57 +00:00

20 lines
520 B
Text

# Firejail profile for atool
# Description: Tool for managing file archives of various types
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include atool.local
# Persistent global definitions
include globals.local
# Allow perl (blacklisted by disable-interpreters.inc)
include allow-perl.inc
noroot
# without login.defs atool complains and uses UID/GID 1000 by default
private-etc alternatives,group,login.defs,passwd
private-tmp
# Redirect
include archiver-common.inc