Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add profile for chafa #5355

Merged
merged 1 commit into from
Sep 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions etc/profile-a-l/chafa.profile
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
rusty-snake marked this conversation as resolved.
Show resolved Hide resolved

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
alkim0 marked this conversation as resolved.
Show resolved Hide resolved
include whitelist-var-common.inc

apparmor
caps.drop all
machine-id
net none
no3d
nodvd
alkim0 marked this conversation as resolved.
Show resolved Hide resolved
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}
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ cantata
catfish
cawbird
celluloid
chafa
checkbashisms
cheese
cherrytree
Expand Down