mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
20 lines
487 B
Text
20 lines
487 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
|
|
private-tmp
|
|
|
|
# Redirect
|
|
include archiver-common.profile
|