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/authenticator.profile | 49 +++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 etc/profile-a-l/authenticator.profile (limited to 'etc/profile-a-l/authenticator.profile') diff --git a/etc/profile-a-l/authenticator.profile b/etc/profile-a-l/authenticator.profile new file mode 100644 index 000000000..131b20c70 --- /dev/null +++ b/etc/profile-a-l/authenticator.profile @@ -0,0 +1,49 @@ +# Firejail profile for authenticator +# Description: 2FA code generator for GNOME +# This file is overwritten after every install/update +# Persistent local customizations +include authenticator.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.cache/Authenticator +noblacklist ${HOME}/.config/Authenticator + +# 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 + +# apparmor +caps.drop all +netfilter +no3d +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +# novideo +protocol unix,inet,inet6 +seccomp +shell none + +disable-mnt +# private-bin authenticator,python* +private-dev +private-etc alternatives,ca-certificates,crypto-policies,fonts,ld.so.cache,pki,resolv.conf,ssl +private-tmp + +# makes settings immutable +# dbus-user none +# dbus-system none + +#memory-deny-write-execute - breaks on Arch (see issue #1803) -- cgit v1.2.3-70-g09d2