aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-09-16 13:22:57 +0000
committerLibravatar GitHub <noreply@github.com>2024-09-16 13:22:57 +0000
commit4f7cc368f85c84f06af016371b5f73bc5eae3b02 (patch)
tree323aadcb96a1f9e20add4664cb35f10580480e86
parentprofiles: nextcloud: sort entries (diff)
downloadfirejail-4f7cc368f85c84f06af016371b5f73bc5eae3b02.tar.gz
firejail-4f7cc368f85c84f06af016371b5f73bc5eae3b02.tar.zst
firejail-4f7cc368f85c84f06af016371b5f73bc5eae3b02.zip
profiles: nextcloud: fix access to ~/Nextcloud (#6478)
Related commits: * 7c481eb43 ("Add QOwnNotes profile", 2018-10-20) * 49a381c70 ("Add nextcloud-desktop", 2021-02-20) / PR #3997 Fixes #5877. Reported-by: @Sadoon-AlBader
-rw-r--r--etc/profile-m-z/QOwnNotes.profile1
-rw-r--r--etc/profile-m-z/nextcloud.profile1
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/profile-m-z/QOwnNotes.profile b/etc/profile-m-z/QOwnNotes.profile
index 6e8d39912..023071f68 100644
--- a/etc/profile-m-z/QOwnNotes.profile
+++ b/etc/profile-m-z/QOwnNotes.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${DOCUMENTS} 9noblacklist ${DOCUMENTS}
10noblacklist ${HOME}/.config/PBE 10noblacklist ${HOME}/.config/PBE
11noblacklist ${HOME}/.local/share/PBE 11noblacklist ${HOME}/.local/share/PBE
12noblacklist ${HOME}/Nextcloud
12noblacklist ${HOME}/Nextcloud/Notes 13noblacklist ${HOME}/Nextcloud/Notes
13 14
14include disable-common.inc 15include disable-common.inc
diff --git a/etc/profile-m-z/nextcloud.profile b/etc/profile-m-z/nextcloud.profile
index 091d47728..b6453f6a9 100644
--- a/etc/profile-m-z/nextcloud.profile
+++ b/etc/profile-m-z/nextcloud.profile
@@ -9,6 +9,7 @@ include globals.local
9noblacklist ${HOME}/.config/Nextcloud 9noblacklist ${HOME}/.config/Nextcloud
10noblacklist ${HOME}/.local/share/Nextcloud 10noblacklist ${HOME}/.local/share/Nextcloud
11noblacklist ${HOME}/Nextcloud 11noblacklist ${HOME}/Nextcloud
12noblacklist ${HOME}/Nextcloud/Notes
12# Add the next lines to your nextcloud.local to allow sync in more directories. 13# Add the next lines to your nextcloud.local to allow sync in more directories.
13#noblacklist ${DOCUMENTS} 14#noblacklist ${DOCUMENTS}
14#noblacklist ${MUSIC} 15#noblacklist ${MUSIC}