mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #5905 from Sadoon-AlBader/master
profiles: fix misc in kmail and transmission-qt & add kontact.profile
This commit is contained in:
commit
7a8b7eb671
4 changed files with 30 additions and 2 deletions
|
|
@ -49,7 +49,6 @@ nogroups
|
|||
noinput
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
|
|
@ -63,4 +62,9 @@ private-dev
|
|||
# writable-run-user is needed for signing and encrypting emails
|
||||
writable-run-user
|
||||
|
||||
#restrict-namespaces
|
||||
# to enable desktop notifications, add these commented lines to your kmail.local file
|
||||
#dbus-user.talk org.freedesktop.Notifications
|
||||
#dbus-user filter
|
||||
|
||||
# restrict-namespaces
|
||||
|
||||
|
|
|
|||
20
etc/profile-a-l/kontact.profile
Normal file
20
etc/profile-a-l/kontact.profile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Firejail profile for kontact
|
||||
# Description: Personal information manager
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include kontact.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# kmail/kontact has problems launching akonadi in debian and ubuntu.
|
||||
# one solution is to have akonadi already running when kmail is started
|
||||
|
||||
noblacklist ${HOME}/.cache/kontact
|
||||
noblacklist ${HOME}/.config/kontactrc
|
||||
noblacklist ${HOME}/.config/kontact_summaryrc
|
||||
noblacklist ${HOME}/.local/share/kontact
|
||||
|
||||
# restrict-namespaces
|
||||
|
||||
# Redirect
|
||||
include kmail.profile
|
||||
|
|
@ -15,6 +15,9 @@ private-bin transmission-qt
|
|||
#dbus-user.own com.transmissionbt.Transmission.*
|
||||
#dbus-user.talk org.freedesktop.Notifications
|
||||
|
||||
# System tray support
|
||||
?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher
|
||||
|
||||
ignore memory-deny-write-execute
|
||||
|
||||
# Redirect
|
||||
|
|
|
|||
|
|
@ -492,6 +492,7 @@ kmail
|
|||
kmplayer
|
||||
knotes
|
||||
kodi
|
||||
kontact
|
||||
konversation
|
||||
kopete
|
||||
koreader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue