mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
New profile: textroom.profile (#6254)
Description: Full Screen text editor heavily inspired by Q10 and JDarkRoom. https://code.google.com/p/textroom/ https://aur.archlinux.org/packages/textroom
This commit is contained in:
parent
5aa533f9e1
commit
d6c32c1105
3 changed files with 66 additions and 0 deletions
|
|
@ -654,6 +654,7 @@ blacklist ${HOME}/.config/synfig
|
|||
blacklist ${HOME}/.config/teams
|
||||
blacklist ${HOME}/.config/teams-for-linux
|
||||
blacklist ${HOME}/.config/telepathy-account-widgets
|
||||
blacklist ${HOME}/.config/textroom
|
||||
blacklist ${HOME}/.config/torbrowser
|
||||
blacklist ${HOME}/.config/totem
|
||||
blacklist ${HOME}/.config/tox
|
||||
|
|
|
|||
64
etc/profile-m-z/textroom.profile
Normal file
64
etc/profile-m-z/textroom.profile
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
# Firejail profile for textroom
|
||||
# Description: Full Screen text editor heavily inspired by Q10 and JDarkRoom
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include textroom.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
blacklist /usr/libexec
|
||||
blacklist ${RUNUSER}/wayland-*
|
||||
|
||||
noblacklist ${HOME}/.config/textroom
|
||||
|
||||
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-xdg.inc
|
||||
|
||||
#mkdir ${HOME}/.config/textroom
|
||||
#whitelist ${HOME}/.config/textroom
|
||||
#whitelist ${DOCUMENTS}
|
||||
#whitelist ${DOWNLOADS}
|
||||
#whitelist /usr/share/textroom
|
||||
#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
|
||||
protocol unix,inet
|
||||
seccomp
|
||||
seccomp.block-secondary
|
||||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin textroom
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc
|
||||
private-tmp
|
||||
|
||||
dbus-user filter
|
||||
dbus-user.talk ca.desrt.dconf
|
||||
dbus-system none
|
||||
|
||||
restrict-namespaces
|
||||
|
|
@ -852,6 +852,7 @@ termshark
|
|||
tesseract
|
||||
textmaker18
|
||||
textmaker18free
|
||||
textroom
|
||||
thunderbird
|
||||
thunderbird-beta
|
||||
thunderbird-wayland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue