aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/autokey-common.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/profile-a-l/autokey-common.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-a-l/autokey-common.profile')
-rw-r--r--etc/profile-a-l/autokey-common.profile42
1 files changed, 42 insertions, 0 deletions
diff --git a/etc/profile-a-l/autokey-common.profile b/etc/profile-a-l/autokey-common.profile
new file mode 100644
index 000000000..b1a77c0a4
--- /dev/null
+++ b/etc/profile-a-l/autokey-common.profile
@@ -0,0 +1,42 @@
1# Firejail profile for autokey
2# Description: Desktop automation utility
3# This file is overwritten after every install/update
4# Persistent local customizations
5include autokey-common.local
6# Persistent global definitions
7# added by caller profile
8#include globals.local
9
10noblacklist ${HOME}/.config/autokey
11noblacklist ${HOME}/.local/share/autokey
12
13# Allow python (blacklisted by disable-interpreters.inc)
14include allow-python2.inc
15include allow-python3.inc
16
17include disable-common.inc
18include disable-devel.inc
19# disable-exec.inc might break scripting functionality
20#include disable-exec.inc
21include disable-interpreters.inc
22include disable-passwdmgr.inc
23include disable-programs.inc
24include whitelist-var-common.inc
25
26caps.drop all
27netfilter
28no3d
29nogroups
30nonewprivs
31noroot
32nou2f
33protocol unix,inet,inet6
34seccomp
35shell none
36tracelog
37
38private-cache
39private-dev
40private-tmp
41
42#memory-deny-write-execute - breaks on Arch (see issue #1803)