From 259062d952b82a7290de4c44136885bc08be3edc Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Fri, 15 Mar 2024 00:04:13 +0000 Subject: New profile: cloneit (#6232) Description: A CLI tool to download specific GitHub directories or files. https://github.com/alok8bb/cloneit https://aur.archlinux.org/packages/cloneit-git --- etc/profile-a-l/cloneit.profile | 61 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 etc/profile-a-l/cloneit.profile (limited to 'etc/profile-a-l') diff --git a/etc/profile-a-l/cloneit.profile b/etc/profile-a-l/cloneit.profile new file mode 100644 index 000000000..b5328a807 --- /dev/null +++ b/etc/profile-a-l/cloneit.profile @@ -0,0 +1,61 @@ +# Firejail profile for cloneit +# Description: A CLI tool to download specific GitHub directories or files +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include cloneit.local +# Persistent global definitions +include globals.local + +blacklist /tmp/.X11-unix +blacklist /usr/libexec +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-xdg.inc + +include whitelist-run-common.inc +include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +ipc-namespace +machine-id +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 cloneit +private-cache +private-dev +private-etc @network,@tls-ca,rpc,services +private-tmp + +dbus-user none +dbus-system none + +memory-deny-write-execute +restrict-namespaces -- cgit v1.2.3-54-g00ecf