-
Notifications
You must be signed in to change notification settings - Fork 588
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17ace05
commit 4693c24
Showing
4 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
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,56 @@ | ||
# Firejail profile for nsxiv | ||
# Description: Neo Simple X Image Viewer | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include nsxiv.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
noblacklist ${HOME}/.cache/nsxiv | ||
noblacklist ${HOME}/.config/nsxiv | ||
|
||
# Allow /bin/sh (blacklisted by disable-shell.inc) | ||
include allow-bin-sh.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-write-mnt.inc | ||
|
||
include whitelist-run-common.inc | ||
include whitelist-runuser-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
machine-id | ||
net none | ||
no3d | ||
nodvd | ||
nogroups | ||
noinput | ||
nonewprivs | ||
noprinters | ||
noroot | ||
nosound | ||
notpm | ||
notv | ||
nou2f | ||
novideo | ||
seccomp | ||
seccomp.block-secondary | ||
|
||
private-cache | ||
private-dev | ||
private-etc fonts | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none | ||
|
||
deterministic-shutdown | ||
memory-deny-write-execute | ||
read-only ${HOME} |
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 |
---|---|---|
|
@@ -667,6 +667,7 @@ nitroshare-ui | |
nomacs | ||
notable | ||
nslookup | ||
nsxiv | ||
nuclear | ||
nylas | ||
nyx | ||
|