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

New profile: tiny-rdm #6083

Merged
merged 3 commits into from
Nov 11, 2023
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
2 changes: 2 additions & 0 deletions etc/inc/disable-programs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ blacklist ${HOME}/.cache/supertuxkart
blacklist ${HOME}/.cache/systemsettings
blacklist ${HOME}/.cache/telepathy
blacklist ${HOME}/.cache/thunderbird
blacklist ${HOME}/.cache/tiny-rdm
blacklist ${HOME}/.cache/torbrowser
blacklist ${HOME}/.cache/transmission
blacklist ${HOME}/.cache/ueberzugpp
Expand Down Expand Up @@ -345,6 +346,7 @@ blacklist ${HOME}/.config/Slack
blacklist ${HOME}/.config/Standard Notes
blacklist ${HOME}/.config/SubDownloader
blacklist ${HOME}/.config/Thunar
blacklist ${HOME}/.config/TinyRDM
blacklist ${HOME}/.config/Twitch
blacklist ${HOME}/.config/Unknown Organization
blacklist ${HOME}/.config/VSCodium
Expand Down
61 changes: 61 additions & 0 deletions etc/profile-m-z/tiny-rdm.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Firejail profile for tiny-rdm
# Description: A Modern Redis GUI Client
# This file is overwritten after every install/update
# Persistent local customizations
include tiny-rdm.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.cache/tiny-rdm
noblacklist ${HOME}/.config/TinyRDM

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
include disable-programs.inc
include disable-proc.inc
include disable-shell.inc
include disable-xdg.inc

mkdir ${HOME}/.cache/tiny-rdm
mkdir ${HOME}/.config/TinyRDM
whitelist ${HOME}/.cache/tiny-rdm
whitelist ${HOME}/.config/TinyRDM
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
ipc-namespace
netfilter
no3d
nodvd
nogroups
noinput
nonewprivs
noprinters
noroot
notv
nou2f
novideo
nosound
protocol unix,inet,inet6
seccomp
seccomp.block-secondary
tracelog

disable-mnt
private-bin tiny-rdm
private-cache
private-dev
private-etc @network,@tls-ca,@x11
private-tmp

dbus-user none
dbus-system none

restrict-namespaces
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ thunderbird-beta
thunderbird-wayland
tidal-hifi
tilp
tiny-rdm
tor-browser
tor-browser-ar
tor-browser-ca
Expand Down