-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Firejail profile for loupe | ||
# Description: Profile for modern GNOME Image Viewer program | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include loupe.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/.local/share/Trash | ||
noblacklist ${HOME}/.Steam | ||
noblacklist ${HOME}/.steam | ||
|
||
#include disable-common.inc | ||
include disable-devel.inc | ||
include disable-exec.inc | ||
include disable-interpreters.inc | ||
include disable-programs.inc | ||
include disable-write-mnt.inc | ||
|
||
#whitelist /usr/share/glycin-loaders | ||
include whitelist-runuser-common.inc | ||
#include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
ipc-namespace | ||
machine-id | ||
net none | ||
nodvd | ||
nogroups | ||
noinput | ||
nonewprivs | ||
noprinters | ||
noroot | ||
nosound | ||
notv | ||
nou2f | ||
novideo | ||
protocol unix,netlink | ||
seccomp.block-secondary | ||
tracelog | ||
|
||
private-cache | ||
private-dev | ||
private-etc @x11 | ||
private-tmp |