mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Fixed Skype profile: was a copy of Steam profile
Blacklisted ~/.Skype directory by default, since it contains copyable account credentials. Revoked Skype access to Steam dirs, granted access to Skype dirs.
This commit is contained in:
parent
060697b696
commit
e74750d639
2 changed files with 2 additions and 2 deletions
|
|
@ -25,6 +25,7 @@ blacklist ${HOME}/.config/psi+
|
|||
blacklist ${HOME}/.retroshare
|
||||
blacklist ${HOME}/.weechat
|
||||
blacklist ${HOME}/.config/xchat
|
||||
blacklist ${HOME}/.Skype
|
||||
|
||||
# Cryptocoins
|
||||
blacklist ${HOME}/.*coin
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# Skype profile
|
||||
noblacklist ${HOME}/.steam
|
||||
noblacklist ${HOME}/.local/share/steam
|
||||
noblacklist ${HOME}/.Skype
|
||||
include /etc/firejail/disable-mgmt.inc
|
||||
include /etc/firejail/disable-secret.inc
|
||||
include /etc/firejail/disable-common.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue