-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4681 from jmetrius/openstego-profile
Add OpenStego profile
- Loading branch information
Showing
3 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Firejail profile for OpenStego | ||
# Description: Steganography application that provides data hiding and watermarking functionality | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include openstego.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/openstego.ini | ||
|
||
# Allow java (blacklisted by disable-devel.inc) | ||
include allow-java.inc | ||
|
||
include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-proc.inc | ||
include disable-programs.inc | ||
|
||
mkfile ${HOME}/openstego.ini | ||
whitelist ${HOME}/openstego.ini | ||
whitelist ${HOME}/.java | ||
whitelist ${PICTURES} | ||
whitelist ${DOCUMENTS} | ||
whitelist ${DESKTOP} | ||
whitelist /usr/share/java | ||
include whitelist-common.inc | ||
include whitelist-run-common.inc | ||
include whitelist-runuser-common.inc | ||
include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
caps.drop all | ||
machine-id | ||
net none | ||
no3d | ||
nogroups | ||
noinput | ||
nonewprivs | ||
noroot | ||
nosound | ||
notv | ||
nou2f | ||
novideo | ||
seccomp | ||
seccomp.block-secondary | ||
shell none | ||
tracelog | ||
|
||
disable-mnt | ||
private-bin bash,dirname,openstego,readlink,sh | ||
private-cache | ||
private-dev | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -616,6 +616,7 @@ openmw-launcher | |
openoffice.org | ||
openshot | ||
openshot-qt | ||
openstego | ||
openttd | ||
opera | ||
opera-beta | ||
|