Skip to content

Commit 5ec6567

Browse files
authored
profiles: floorp: add profile sync daemon paths (#6683)
Also, fix a typo.
1 parent 5f8df15 commit 5ec6567

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

etc/inc/disable-programs.inc

+2
Original file line numberDiff line numberDiff line change
@@ -1277,9 +1277,11 @@ blacklist ${HOME}/wallet.dat
12771277
blacklist ${HOME}/yt-dlp.conf
12781278
blacklist ${HOME}/yt-dlp.conf.txt
12791279
blacklist ${RUNUSER}/*firefox*
1280+
blacklist ${RUNUSER}/*floorp*
12801281
blacklist ${RUNUSER}/akonadi
12811282
blacklist ${RUNUSER}/i3
12821283
blacklist ${RUNUSER}/psd/*firefox*
1284+
blacklist ${RUNUSER}/psd/*floorp*
12831285
blacklist ${RUNUSER}/qutebrowser
12841286
blacklist /etc/clamav
12851287
blacklist /etc/ssmtp

etc/profile-a-l/floorp.profile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Firejail profile for floorp
2-
# Description: A customisable Firefox fork with excellent privacy protection
2+
# Description: A customizable Firefox fork with excellent privacy protection
33
# This file is overwritten after every install/update
44
# Persistent local customizations
55
include floorp.local
@@ -8,11 +8,15 @@ include globals.local
88

99
noblacklist ${HOME}/.cache/floorp
1010
noblacklist ${HOME}/.floorp
11+
noblacklist ${RUNUSER}/*floorp*
12+
noblacklist ${RUNUSER}/psd/*floorp*
1113

1214
mkdir ${HOME}/.cache/floorp
1315
mkdir ${HOME}/.floorp
1416
whitelist ${HOME}/.cache/floorp
1517
whitelist ${HOME}/.floorp
18+
whitelist ${RUNUSER}/*floorp*
19+
whitelist ${RUNUSER}/psd/*floorp*
1620

1721
dbus-user filter
1822
dbus-user.own org.mozilla.floorp.*

0 commit comments

Comments
 (0)