mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* harden 7z.profile * harden atool.profile * harden bsdtar.profile * harden cpio.profile * harden gzip.profile * harden tar.profile * harden unrar.profile * harden unzip.profile * harden xzdec.profile * harden zstd.profile
18 lines
508 B
Text
18 lines
508 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
|
|
include archiver-common.inc
|
|
|
|
noroot
|
|
|
|
# without login.defs atool complains and uses UID/GID 1000 by default
|
|
private-etc alternatives,group,login.defs,passwd
|
|
private-tmp
|