mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
New profile: tiny-rdm (#6083)
* disable-programs.inc: add support for tiny-rdm * Create tiny-rdm.profile * firecfg.config: add support for tiny-rdm
This commit is contained in:
parent
37e40e0206
commit
644245081c
3 changed files with 64 additions and 0 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
61
etc/profile-m-z/tiny-rdm.profile
Normal file
61
etc/profile-m-z/tiny-rdm.profile
Normal file
|
|
@ -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
|
||||
|
|
@ -834,6 +834,7 @@ thunderbird-beta
|
|||
thunderbird-wayland
|
||||
tidal-hifi
|
||||
tilp
|
||||
tiny-rdm
|
||||
tor-browser
|
||||
tor-browser-ar
|
||||
tor-browser-ca
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue