aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/authenticator.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-a-l/authenticator.profile')
-rw-r--r--etc/profile-a-l/authenticator.profile49
1 files changed, 49 insertions, 0 deletions
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 @@
1# Firejail profile for authenticator
2# Description: 2FA code generator for GNOME
3# This file is overwritten after every install/update
4# Persistent local customizations
5include authenticator.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.cache/Authenticator
10noblacklist ${HOME}/.config/Authenticator
11
12# Allow python (blacklisted by disable-interpreters.inc)
13#include allow-python2.inc
14include allow-python3.inc
15
16include disable-common.inc
17include disable-devel.inc
18include disable-exec.inc
19include disable-interpreters.inc
20include disable-passwdmgr.inc
21include disable-programs.inc
22
23# apparmor
24caps.drop all
25netfilter
26no3d
27nodvd
28nogroups
29nonewprivs
30noroot
31nosound
32notv
33nou2f
34# novideo
35protocol unix,inet,inet6
36seccomp
37shell none
38
39disable-mnt
40# private-bin authenticator,python*
41private-dev
42private-etc alternatives,ca-certificates,crypto-policies,fonts,ld.so.cache,pki,resolv.conf,ssl
43private-tmp
44
45# makes settings immutable
46# dbus-user none
47# dbus-system none
48
49#memory-deny-write-execute - breaks on Arch (see issue #1803)