From 7cc77198b2337b827d07da67f771eb62e786e9fe Mon Sep 17 00:00:00 2001 From: kortewegdevries Date: Mon, 7 Dec 2020 13:28:13 +0000 Subject: Add profile for authenticator-rs, improve falkon (#3747) * Add profile for authenticator-rs, improve falkon, balsa * Fix * Add private-tmp to falkon * Revert balsa --- etc/profile-a-l/authenticator-rs.profile | 55 ++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 etc/profile-a-l/authenticator-rs.profile (limited to 'etc/profile-a-l/authenticator-rs.profile') diff --git a/etc/profile-a-l/authenticator-rs.profile b/etc/profile-a-l/authenticator-rs.profile new file mode 100644 index 000000000..1eb802d9b --- /dev/null +++ b/etc/profile-a-l/authenticator-rs.profile @@ -0,0 +1,55 @@ +# Firejail profile for authenticator-rs +# Description: Rust based 2FA authentication program +# This file is overwritten after every install/update +# Persistent local customizations +include authenticator-rs.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/authenticator-rs + +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-shell.inc +include disable-xdg.inc + +mkdir ${HOME}/.local/share/authenticator-rs +whitelist ${HOME}/.local/share/authenticator-rs +whitelist ${DOWNLOADS} +whitelist /usr/share/uk.co.grumlimited.authenticator-rs +include whitelist-common.inc +include whitelist-runuser-common.inc +include whitelist-usr-share-common.inc +include whitelist-var-common.inc + +apparmor +caps.drop all +netfilter +no3d +nodvd +nogroups +nonewprivs +noroot +nosound +notv +nou2f +novideo +protocol unix,inet,inet6 +seccomp +shell none +tracelog + +disable-mnt +private-bin authenticator-rs +private-cache +private-dev +private-etc alternatives,ca-certificates,crypto-policies,dconf,fonts,gtk-2.0,gtk-3.0,pki,resolv.conf,ssl,xdg +private-tmp + +dbus-user filter +dbus-user.talk ca.desrt.dconf +dbus-system none -- cgit v1.2.3-70-g09d2