summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/audio-recorder.profile50
-rw-r--r--src/firecfg/firecfg.config1
2 files changed, 51 insertions, 0 deletions
diff --git a/etc/audio-recorder.profile b/etc/audio-recorder.profile
new file mode 100644
index 000000000..6d9ccb33f
--- /dev/null
+++ b/etc/audio-recorder.profile
@@ -0,0 +1,50 @@
1# Firejail profile for audio-recorder
2# Description: Audio Recorder Application
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include audio-recorder.local
7# Persistent global definitions
8include globals.local
9
10noblacklist ${MUSIC}
11whitelist ${DOWNLOADS}
12
13include disable-common.inc
14include disable-devel.inc
15include disable-exec.inc
16include disable-interpreters.inc
17include disable-passwdmgr.inc
18include disable-programs.inc
19include disable-xdg.inc
20
21whitelist /usr/share/audio-recorder
22include whitelist-common.inc
23include whitelist-usr-share-common.inc
24include whitelist-var-common.inc
25
26apparmor
27caps.drop all
28ipc-namespace
29net none
30no3d
31nodvd
32nogroups
33nonewprivs
34noroot
35notv
36nou2f
37novideo
38protocol unix
39seccomp
40shell none
41tracelog
42x11 none
43
44disable-mnt
45# private-bin audio-recorder
46private-cache
47private-etc alternatives,fonts
48private-tmp
49
50# memory-deny-write-execute - breaks on Arch
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index 8694ffa90..9ad97f030 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -57,6 +57,7 @@ atril-previewer
57atril-thumbnailer 57atril-thumbnailer
58audacious 58audacious
59audacity 59audacity
60audio-recorder
60authenticator 61authenticator
61autokey-gtk 62autokey-gtk
62autokey-qt 63autokey-qt