mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
profiles: floorp: add profile sync daemon paths (#6683)
Also, fix a typo.
This commit is contained in:
parent
5f8df1506b
commit
5ec656714e
2 changed files with 7 additions and 1 deletions
|
|
@ -1277,9 +1277,11 @@ blacklist ${HOME}/wallet.dat
|
|||
blacklist ${HOME}/yt-dlp.conf
|
||||
blacklist ${HOME}/yt-dlp.conf.txt
|
||||
blacklist ${RUNUSER}/*firefox*
|
||||
blacklist ${RUNUSER}/*floorp*
|
||||
blacklist ${RUNUSER}/akonadi
|
||||
blacklist ${RUNUSER}/i3
|
||||
blacklist ${RUNUSER}/psd/*firefox*
|
||||
blacklist ${RUNUSER}/psd/*floorp*
|
||||
blacklist ${RUNUSER}/qutebrowser
|
||||
blacklist /etc/clamav
|
||||
blacklist /etc/ssmtp
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Firejail profile for floorp
|
||||
# Description: A customisable Firefox fork with excellent privacy protection
|
||||
# Description: A customizable Firefox fork with excellent privacy protection
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include floorp.local
|
||||
|
|
@ -8,11 +8,15 @@ include globals.local
|
|||
|
||||
noblacklist ${HOME}/.cache/floorp
|
||||
noblacklist ${HOME}/.floorp
|
||||
noblacklist ${RUNUSER}/*floorp*
|
||||
noblacklist ${RUNUSER}/psd/*floorp*
|
||||
|
||||
mkdir ${HOME}/.cache/floorp
|
||||
mkdir ${HOME}/.floorp
|
||||
whitelist ${HOME}/.cache/floorp
|
||||
whitelist ${HOME}/.floorp
|
||||
whitelist ${RUNUSER}/*floorp*
|
||||
whitelist ${RUNUSER}/psd/*floorp*
|
||||
|
||||
dbus-user filter
|
||||
dbus-user.own org.mozilla.floorp.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue