File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1277,9 +1277,11 @@ blacklist ${HOME}/wallet.dat
1277
1277
blacklist ${HOME} /yt -dlp . conf
1278
1278
blacklist ${HOME} /yt -dlp . conf . txt
1279
1279
blacklist ${RUNUSER} /*firefox *
1280
+ blacklist ${RUNUSER} /*floorp *
1280
1281
blacklist ${RUNUSER} /akonadi
1281
1282
blacklist ${RUNUSER} /i3
1282
1283
blacklist ${RUNUSER} /psd /*firefox *
1284
+ blacklist ${RUNUSER} /psd /*floorp *
1283
1285
blacklist ${RUNUSER} /qutebrowser
1284
1286
blacklist /etc /clamav
1285
1287
blacklist /etc /ssmtp
Original file line number Diff line number Diff line change 1
1
# Firejail profile for floorp
2
- # Description: A customisable Firefox fork with excellent privacy protection
2
+ # Description: A customizable Firefox fork with excellent privacy protection
3
3
# This file is overwritten after every install/update
4
4
# Persistent local customizations
5
5
include floorp.local
@@ -8,11 +8,15 @@ include globals.local
8
8
9
9
noblacklist ${HOME}/.cache/floorp
10
10
noblacklist ${HOME}/.floorp
11
+ noblacklist ${RUNUSER}/*floorp*
12
+ noblacklist ${RUNUSER}/psd/*floorp*
11
13
12
14
mkdir ${HOME}/.cache/floorp
13
15
mkdir ${HOME}/.floorp
14
16
whitelist ${HOME}/.cache/floorp
15
17
whitelist ${HOME}/.floorp
18
+ whitelist ${RUNUSER}/*floorp*
19
+ whitelist ${RUNUSER}/psd/*floorp*
16
20
17
21
dbus-user filter
18
22
dbus-user.own org.mozilla.floorp.*
You can’t perform that action at this time.
0 commit comments