mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #4230 from Kishore96in/neochat_profile
New profile for neochat
This commit is contained in:
commit
ea9d17b2e2
4 changed files with 100 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ blacklist ${HOME}/.config/Gpredict
|
|||
blacklist ${HOME}/.config/INRIA
|
||||
blacklist ${HOME}/.config/InSilmaril
|
||||
blacklist ${HOME}/.config/Jitsi Meet
|
||||
blacklist ${HOME}/.config/KDE/neochat
|
||||
blacklist ${HOME}/.config/Kid3
|
||||
blacklist ${HOME}/.config/Kingsoft
|
||||
blacklist ${HOME}/.config/Loop_Hero
|
||||
|
|
@ -342,6 +343,8 @@ blacklist ${HOME}/.config/mypaint
|
|||
blacklist ${HOME}/.config/nano
|
||||
blacklist ${HOME}/.config/nautilus
|
||||
blacklist ${HOME}/.config/nemo
|
||||
blacklist ${HOME}/.config/neochatrc
|
||||
blacklist ${HOME}/.config/neochat.notifyrc
|
||||
blacklist ${HOME}/.config/neomutt
|
||||
blacklist ${HOME}/.config/netsurf
|
||||
blacklist ${HOME}/.config/newsbeuter
|
||||
|
|
@ -601,6 +604,7 @@ blacklist ${HOME}/.local/share/Empathy
|
|||
blacklist ${HOME}/.local/share/Enpass
|
||||
blacklist ${HOME}/.local/share/Flavio Tordini
|
||||
blacklist ${HOME}/.local/share/JetBrains
|
||||
blacklist ${HOME}/.local/share/KDE/neochat
|
||||
blacklist ${HOME}/.local/share/Kingsoft
|
||||
blacklist ${HOME}/.local/share/Mendeley Ltd.
|
||||
blacklist ${HOME}/.local/share/Mumble
|
||||
|
|
@ -993,6 +997,7 @@ blacklist ${HOME}/.cache/inkscape
|
|||
blacklist ${HOME}/.cache/inox
|
||||
blacklist ${HOME}/.cache/iridium
|
||||
blacklist ${HOME}/.cache/kcmshell5
|
||||
blacklist ${HOME}/.cache/KDE/neochat
|
||||
blacklist ${HOME}/.cache/kdenlive
|
||||
blacklist ${HOME}/.cache/keepassxc
|
||||
blacklist ${HOME}/.cache/kfind
|
||||
|
|
|
|||
29
etc/inc/whitelist-1793-workaround.inc
Normal file
29
etc/inc/whitelist-1793-workaround.inc
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# This file is overwritten during software install.
|
||||
# Persistent customizations should go in a .local file.
|
||||
include whitelist-1793-workaround.local
|
||||
# This works around bug 1793, and allows whitelisting to be used for some KDE applications.
|
||||
|
||||
noblacklist ${HOME}/.config/ibus
|
||||
noblacklist ${HOME}/.config/mimeapps.list
|
||||
noblacklist ${HOME}/.config/pkcs11
|
||||
noblacklist ${HOME}/.config/user-dirs.dirs
|
||||
noblacklist ${HOME}/.config/user-dirs.locale
|
||||
noblacklist ${HOME}/.config/dconf
|
||||
noblacklist ${HOME}/.config/fontconfig
|
||||
noblacklist ${HOME}/.config/gtk-2.0
|
||||
noblacklist ${HOME}/.config/gtk-3.0
|
||||
noblacklist ${HOME}/.config/gtk-4.0
|
||||
noblacklist ${HOME}/.config/gtkrc
|
||||
noblacklist ${HOME}/.config/gtkrc-2.0
|
||||
noblacklist ${HOME}/.config/Kvantum
|
||||
noblacklist ${HOME}/.config/Trolltech.conf
|
||||
noblacklist ${HOME}/.config/QtProject.conf
|
||||
noblacklist ${HOME}/.config/kdeglobals
|
||||
noblacklist ${HOME}/.config/kio_httprc
|
||||
noblacklist ${HOME}/.config/kioslaverc
|
||||
noblacklist ${HOME}/.config/ksslcablacklist
|
||||
noblacklist ${HOME}/.config/qt5ct
|
||||
noblacklist ${HOME}/.config/qtcurve
|
||||
|
||||
blacklist ${HOME}/.config/*
|
||||
whitelist ${HOME}/.config
|
||||
65
etc/profile-m-z/neochat.profile
Normal file
65
etc/profile-m-z/neochat.profile
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
# Firejail profile for neochat
|
||||
# Description: Matrix Client
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include neochat.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.cache/KDE/neochat
|
||||
noblacklist ${HOME}/.config/KDE
|
||||
noblacklist ${HOME}/.config/KDE/neochat
|
||||
noblacklist ${HOME}/.config/neochatrc
|
||||
noblacklist ${HOME}/.config/neochat.notifyrc
|
||||
noblacklist ${HOME}/.local/share/KDE/neochat
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
include disable-interpreters.inc
|
||||
include disable-passwdmgr.inc
|
||||
include disable-programs.inc
|
||||
include disable-shell.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
mkdir ${HOME}/.cache/KDE/neochat
|
||||
mkdir ${HOME}/.local/share/KDE/neochat
|
||||
whitelist ${HOME}/.cache/KDE/neochat
|
||||
whitelist ${HOME}/.local/share/KDE/neochat
|
||||
whitelist ${DOWNLOADS}
|
||||
include whitelist-1793-workaround.inc
|
||||
include whitelist-common.inc
|
||||
include whitelist-runuser-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
apparmor
|
||||
caps.drop all
|
||||
machine-id
|
||||
netfilter
|
||||
nodvd
|
||||
nogroups
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
seccomp.block-secondary
|
||||
shell none
|
||||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin neochat
|
||||
private-dev
|
||||
private-etc alternatives,ca-certificates,crypto-policies,dbus-1,fonts,host.conf,hostname,hosts,kde4rc,kde5rc,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,mime.types,nsswitch.conf,pango,pki,protocols,resolv.conf,rpc,services,ssl,Trolltech.conf,X11,xdg
|
||||
private-tmp
|
||||
|
||||
dbus-user filter
|
||||
dbus-user.own org.kde.neochat
|
||||
dbus-user.talk org.freedesktop.Notifications
|
||||
dbus-user.talk org.kde.StatusNotifierWatcher
|
||||
dbus-user.talk org.kde.kwalletd5
|
||||
dbus-system none
|
||||
|
|
@ -555,6 +555,7 @@ mypaint
|
|||
mypaint-ora-thumbnailer
|
||||
natron
|
||||
ncdu
|
||||
neochat
|
||||
neomutt
|
||||
netactview
|
||||
nethack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue