From 018d75775eab4a0f045949a9d069c57686ca2686 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 21 Apr 2020 08:24:28 -0400 Subject: reorganize github etc directory --- etc/profile-a-l/ddgtk.profile | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 etc/profile-a-l/ddgtk.profile (limited to 'etc/profile-a-l/ddgtk.profile') diff --git a/etc/profile-a-l/ddgtk.profile b/etc/profile-a-l/ddgtk.profile new file mode 100644 index 000000000..5b95b74be --- /dev/null +++ b/etc/profile-a-l/ddgtk.profile @@ -0,0 +1,55 @@ +# Firejail profile for ddgtk +# Description: A frontend GUI to dd for making bootable USB disks +# This file is overwritten after every install/update +# Persistent local customizations +include ddgtk.local +# Persistent global definitions +include globals.local + +# Allow python (blacklisted by disable-interpreters.inc) +include allow-python2.inc +include allow-python3.inc + +include disable-common.inc +include disable-devel.inc +include disable-exec.inc +include disable-interpreters.inc +include disable-passwdmgr.inc +include disable-programs.inc +include disable-xdg.inc + +whitelist ${DOWNLOADS} +whitelist /usr/share/ddgtk +include whitelist-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +ipc-namespace +machine-id +net none +no3d +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +disable-mnt +private-bin bash,dd,ddgtk,grep,lsblk,python*,sed,sh,tr +private-cache +private-etc alternatives,fonts +private-tmp + +dbus-user none +dbus-system none + +# memory-deny-write-execute - breaks on Arch -- cgit v1.2.3-54-g00ecf