aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/ocenaudio.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-m-z/ocenaudio.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-m-z/ocenaudio.profile')
-rw-r--r--etc/profile-m-z/ocenaudio.profile54
1 files changed, 54 insertions, 0 deletions
diff --git a/etc/profile-m-z/ocenaudio.profile b/etc/profile-m-z/ocenaudio.profile
new file mode 100644
index 000000000..61fe14c08
--- /dev/null
+++ b/etc/profile-m-z/ocenaudio.profile
@@ -0,0 +1,54 @@
1# Firejail profile for ocenaudio
2# Description: Cross-platform, easy to use, fast and functional audio editor
3# This file is overwritten after every install/update
4# Persistent local customizations
5include ocenaudio.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.local/share/ocenaudio
10noblacklist ${DOCUMENTS}
11noblacklist ${MUSIC}
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
21include whitelist-usr-share-common.inc
22include whitelist-var-common.inc
23
24apparmor
25caps.drop all
26ipc-namespace
27# net none - breaks update functionality and AppArmor on Ubuntu systems
28# uncomment (or put 'net none' in your ocenaudio.local) when needed
29#net none
30netfilter
31no3d
32nodvd
33nogroups
34nonewprivs
35noroot
36notv
37nou2f
38novideo
39protocol unix
40seccomp
41shell none
42tracelog
43
44private-bin ocenaudio
45private-cache
46private-dev
47private-etc alternatives,asound.conf,fonts,ld.so.cache,pulse
48private-tmp
49
50# breaks preferences
51# dbus-user none
52# dbus-system none
53
54#memory-deny-write-execute - breaks on Arch (see issue #1803)