From 6ea485a808c1bc86cdbff55b99b5e5e9e03ab65b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 18 Oct 2020 20:54:47 -0700 Subject: Updated for firejail 0.9.64-rc1 --- profiles/abook.profile | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 profiles/abook.profile (limited to 'profiles/abook.profile') diff --git a/profiles/abook.profile b/profiles/abook.profile new file mode 100644 index 0000000..85804ed --- /dev/null +++ b/profiles/abook.profile @@ -0,0 +1,49 @@ +# Firejail profile for abook +# Description: A powerful & easy to use console audio player +# This file is overwritten after every install/update +quiet +# Persistent local customizations +include abook.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.abook + +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 + +apparmor +caps.drop all +ipc-namespace +machine-id +netfilter +no3d +nodvd +nogroups +nonewprivs +noroot +notv +nou2f +novideo +protocol unix +seccomp +shell none +tracelog + +private-bin abook,nano +private-cache +private-dev +private-etc group +private-tmp + +dbus-user none +dbus-system none + +memory-deny-write-execute +read-only ${HOME} +read-write ${HOME}/.abook -- cgit v1.2.1