mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
.Xauthority moved from blacklist to read-only
This commit is contained in:
parent
d65d68f537
commit
9d079afce4
4 changed files with 1 additions and 3 deletions
|
|
@ -5,7 +5,6 @@ include /etc/firejail/bibletime.local
|
|||
# Persistent global definitions
|
||||
include /etc/firejail/globals.local
|
||||
|
||||
blacklist ${HOME}/.Xauthority
|
||||
blacklist ${HOME}/.bashrc
|
||||
|
||||
noblacklist ${HOME}/.bibletime
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ blacklist ${HOME}/.xsession
|
|||
blacklist ${HOME}/.xsessionrc
|
||||
blacklist /etc/X11/Xsession.d
|
||||
blacklist /etc/xdg/autostart
|
||||
read-only ${HOME}/.Xauthority
|
||||
|
||||
# KDE config
|
||||
blacklist ${HOME}/.config/khotkeysrc
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ include /etc/firejail/viewnior.local
|
|||
include /etc/firejail/globals.local
|
||||
|
||||
blacklist /run/user/*/bus
|
||||
blacklist ${HOME}/.Xauthority
|
||||
blacklist ${HOME}/.bashrc
|
||||
|
||||
noblacklist ${HOME}/.Steam
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ include /etc/firejail/xiphos.local
|
|||
# Persistent global definitions
|
||||
include /etc/firejail/globals.local
|
||||
|
||||
blacklist ${HOME}/.Xauthority
|
||||
blacklist ${HOME}/.bashrc
|
||||
|
||||
noblacklist ${HOME}/.sword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue