From a3b77a17fcb40a9a5b31b6d5c270295cc8981c5b Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 20 Apr 2024 10:26:18 +0000 Subject: New profile: axel (#6315) https://github.com/axel-download-accelerator/axel --- etc/profile-a-l/axel.profile | 61 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 etc/profile-a-l/axel.profile (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/axel.profile b/etc/profile-a-l/axel.profile new file mode 100644 index 000000000..9961477f3 --- /dev/null +++ b/etc/profile-a-l/axel.profile @@ -0,0 +1,61 @@ +# Firejail profile for axel +# Description: Lightweight CLI download accelerator +quiet +# This file is overwritten after every install/update +# Persistent local customizations +include axel.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.axelrc +noblacklist ${HOME}/.netrc + +blacklist ${RUNUSER} + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-proc.inc +include disable-programs.inc +include disable-shell.inc +#include disable-x11.inc # x11 none +include disable-xdg.inc + +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +ipc-namespace +netfilter +no3d +nodvd +nogroups +noinput +nonewprivs +noprinters +noroot +nosound +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp +seccomp.block-secondary +tracelog +x11 none + +#disable-mnt +private-bin axel +private-cache +private-dev +private-etc @network,@tls-ca,axelrc +private-lib +private-tmp + +dbus-user none +dbus-system none + +memory-deny-write-execute +restrict-namespaces -- cgit v1.2.3-54-g00ecf