mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Update linphone profile (#3734)
linphone 4.0 changed the location of config and database files to respect freedesktop standards.
This commit is contained in:
parent
f3c3ed0dcc
commit
ca3c2fa528
2 changed files with 11 additions and 2 deletions
|
|
@ -291,6 +291,7 @@ blacklist ${HOME}/.config/kwriterc
|
|||
blacklist ${HOME}/.config/leafpad
|
||||
blacklist ${HOME}/.config/libreoffice
|
||||
blacklist ${HOME}/.config/liferea
|
||||
blacklist ${HOME}/.config/linphone
|
||||
blacklist ${HOME}/.config/lugaru
|
||||
blacklist ${HOME}/.config/lximage-qt
|
||||
blacklist ${HOME}/.config/mailtransports
|
||||
|
|
@ -654,6 +655,7 @@ blacklist ${HOME}/.local/share/kube
|
|||
blacklist ${HOME}/.local/share/kwrite
|
||||
blacklist ${HOME}/.local/share/kxmlgui5/*
|
||||
blacklist ${HOME}/.local/share/liferea
|
||||
blacklist ${HOME}/.local/share/linphone
|
||||
blacklist ${HOME}/.local/share/local-mail
|
||||
blacklist ${HOME}/.local/share/lollypop
|
||||
blacklist ${HOME}/.local/share/love
|
||||
|
|
|
|||
|
|
@ -6,8 +6,10 @@ include linphone.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.config/linphone
|
||||
noblacklist ${HOME}/.linphone-history.db
|
||||
noblacklist ${HOME}/.linphonerc
|
||||
noblacklist ${HOME}/.local/share/linphone
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
|
|
@ -16,10 +18,15 @@ include disable-interpreters.inc
|
|||
include disable-passwdmgr.inc
|
||||
include disable-programs.inc
|
||||
|
||||
mkfile ${HOME}/.linphone-history.db
|
||||
mkfile ${HOME}/.linphonerc
|
||||
# linphone 4.0 (released 2017-06-26) moved config and database files to respect
|
||||
# freedesktop standards. For backward compatibility we continue to whitelist
|
||||
# ${HOME}/.linphone-history.db and ${HOME}/.linphonerc but no longer mkfile.
|
||||
mkdir ${HOME}/.config/linphone
|
||||
mkdir ${HOME}/.local/share/linphone
|
||||
whitelist ${HOME}/.config/linphone
|
||||
whitelist ${HOME}/.linphone-history.db
|
||||
whitelist ${HOME}/.linphonerc
|
||||
whitelist ${HOME}/.local/share/linphone
|
||||
whitelist ${DOWNLOADS}
|
||||
include whitelist-common.inc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue