forked from netblue30/firejail
-
Notifications
You must be signed in to change notification settings - Fork 1
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 netblue30#5881 from glitsj16/rssguard
New profile: rssguard
- 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 rssguard | ||
# Description: Simple (yet powerful) Qt feed reader | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include rssguard.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/.config/RSS Guard 4 | ||
|
||
include allow-nodejs.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 | ||
include disable-shell.inc | ||
include disable-xdg.inc | ||
|
||
mkdir ${HOME}/.config/RSS Guard 4 | ||
whitelist ${HOME}/.config/RSS Guard 4 | ||
whitelist ${DOWNLOADS} | ||
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 | ||
|
||
apparmor | ||
caps.drop all | ||
netfilter | ||
# no3d | ||
nodvd | ||
nogroups | ||
noinput | ||
nonewprivs | ||
noroot | ||
# nosound | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix,inet,inet6,netlink | ||
seccomp | ||
seccomp.block-secondary | ||
tracelog | ||
|
||
disable-mnt | ||
private-bin node,rssguard | ||
private-dev | ||
private-etc @network,@sound,@tls-ca,@x11,mime.types | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none | ||
|
||
restrict-namespaces |
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 |
---|---|---|
|
@@ -734,6 +734,7 @@ ripperx | |
ristretto | ||
rocketchat | ||
rpcs3 | ||
rssguard | ||
rtorrent | ||
runenpass.sh | ||
sayonara | ||
|