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/com.github.dahenson.agenda.profile | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 etc/profile-a-l/com.github.dahenson.agenda.profile (limited to 'etc/profile-a-l/com.github.dahenson.agenda.profile') diff --git a/etc/profile-a-l/com.github.dahenson.agenda.profile b/etc/profile-a-l/com.github.dahenson.agenda.profile new file mode 100644 index 000000000..ea5370649 --- /dev/null +++ b/etc/profile-a-l/com.github.dahenson.agenda.profile @@ -0,0 +1,60 @@ +# Firejail profile for com.github.dahenson.agenda +# Description: Simple, fast, no-nonsense to-do (task) list +# This file is overwritten after every install/update +# Persistent local customizations +include com.github.dahenson.agenda.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.cache/agenda +noblacklist ${HOME}/.config/agenda +noblacklist ${HOME}/.local/share/agenda + +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 + +mkdir ${HOME}/.cache/agenda +mkdir ${HOME}/.config/agenda +mkdir ${HOME}/.local/share/agenda +whitelist ${HOME}/.cache/agenda +whitelist ${HOME}/.config/agenda +whitelist ${HOME}/.local/share/agenda +include whitelist-common.inc +include whitelist-usr-share-common.inc +include whitelist-runuser-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +machine-id +net none +no3d +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +disable-mnt +private-bin com.github.dahenson.agenda +private-cache +private-dev +private-etc dconf,fonts,gtk-3.0 +private-tmp + +read-only ${HOME} +read-write ${HOME}/.cache/agenda +read-write ${HOME}/.config/agenda +read-write ${HOME}/.local/share/agenda -- cgit v1.2.3-54-g00ecf