mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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
This commit is contained in:
parent
f9ddf2f037
commit
4f7cc368f8
2 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ include globals.local
|
|||
noblacklist ${DOCUMENTS}
|
||||
noblacklist ${HOME}/.config/PBE
|
||||
noblacklist ${HOME}/.local/share/PBE
|
||||
noblacklist ${HOME}/Nextcloud
|
||||
noblacklist ${HOME}/Nextcloud/Notes
|
||||
|
||||
include disable-common.inc
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ include globals.local
|
|||
noblacklist ${HOME}/.config/Nextcloud
|
||||
noblacklist ${HOME}/.local/share/Nextcloud
|
||||
noblacklist ${HOME}/Nextcloud
|
||||
noblacklist ${HOME}/Nextcloud/Notes
|
||||
# Add the next lines to your nextcloud.local to allow sync in more directories.
|
||||
#noblacklist ${DOCUMENTS}
|
||||
#noblacklist ${MUSIC}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue