aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z
diff options
context:
space:
mode:
authorLibravatar Jan Sonntag <jaso35@googlemail.com>2021-11-12 16:14:25 +0100
committerLibravatar Jan Sonntag <jaso35@googlemail.com>2021-11-12 16:14:25 +0100
commitb645afec54661da5afe7ffe9ff3de1b664753427 (patch)
treead75750a5165ad35071e038352a701fdc4651a37 /etc/profile-m-z
parentreadme update (diff)
downloadfirejail-b645afec54661da5afe7ffe9ff3de1b664753427.tar.gz
firejail-b645afec54661da5afe7ffe9ff3de1b664753427.tar.zst
firejail-b645afec54661da5afe7ffe9ff3de1b664753427.zip
Add OpenStego profile
Diffstat (limited to 'etc/profile-m-z')
-rw-r--r--etc/profile-m-z/openstego.profile63
1 files changed, 63 insertions, 0 deletions
diff --git a/etc/profile-m-z/openstego.profile b/etc/profile-m-z/openstego.profile
new file mode 100644
index 000000000..1f1ae406d
--- /dev/null
+++ b/etc/profile-m-z/openstego.profile
@@ -0,0 +1,63 @@
1# Firejail profile for OpenStego
2# Description: Steganography application that provides data hiding and watermarking functionality
3# This file is overwritten after every install/update
4# Persistent local customizations
5include openstego.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/openstego.ini
10
11# Allow java (blacklisted by disable-devel.inc)
12include allow-java.inc
13
14include disable-common.inc
15include disable-devel.inc
16include disable-exec.inc
17include disable-interpreters.inc
18include disable-programs.inc
19include disable-passwdmgr.inc
20
21mkfile ${HOME}/openstego.ini
22whitelist ${HOME}/openstego.ini
23whitelist ${HOME}/.java
24whitelist ${PICTURES}
25whitelist ${DOCUMENTS}
26whitelist ${DESKTOP}
27include whitelist-common.inc
28
29whitelist /usr/share/java
30include whitelist-usr-share-common.inc
31include whitelist-var-common.inc
32
33# AppArmor breaks Java interpreter
34ignore apparmor
35
36caps.drop all
37
38# Makes fonts look grainy
39#ipc-namespace
40
41machine-id
42net none
43no3d
44nogroups
45noinput
46nonewprivs
47noroot
48nosound
49notv
50nou2f
51novideo
52seccomp
53shell none
54tracelog
55
56disable-mnt
57private-bin openstego,readlink,dirname,bash,sh
58private-cache
59private-dev
60private-tmp
61
62dbus-user none
63dbus-system none