-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Albert Kim <[email protected]>
- Loading branch information
Showing
2 changed files
with
56 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,55 @@ | ||
# Firejail profile for chafa | ||
# Description: A terminal-based image viewer and image-to-text converter. | ||
# This file is overwritten after every install/update | ||
# Persistent local customizations | ||
include chafa.local | ||
# Persistent global definitions | ||
include globals.local | ||
|
||
blacklist ${RUNUSER} | ||
blacklist /usr/libexec | ||
|
||
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 | ||
# Add the following to your chafa.local if you do not need to view images in | ||
# /usr/share. | ||
#include whitelist-usr-share-common.inc | ||
include whitelist-var-common.inc | ||
|
||
apparmor | ||
caps.drop all | ||
machine-id | ||
net none | ||
no3d | ||
nodvd | ||
nogroups | ||
noinput | ||
nonewprivs | ||
noroot | ||
nosound | ||
notv | ||
nou2f | ||
novideo | ||
seccomp socket | ||
seccomp.block-secondary | ||
tracelog | ||
x11 none | ||
|
||
private-bin chafa | ||
private-cache | ||
private-dev | ||
private-tmp | ||
|
||
dbus-user none | ||
dbus-system none | ||
|
||
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 |
---|---|---|
|
@@ -127,6 +127,7 @@ cantata | |
catfish | ||
cawbird | ||
celluloid | ||
chafa | ||
checkbashisms | ||
cheese | ||
cherrytree | ||
|