Skip to content

Commit

Permalink
profiles: obsidian: whitelist allowed paths
Browse files Browse the repository at this point in the history
electron-common.profile and blink-common.profile already apply
whitelisting in the user home, so ensure that the allowed paths are
available as well.

Relates to #6314.
  • Loading branch information
kmk3 committed Dec 23, 2024
1 parent 79c227f commit f27775c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/profile-m-z/obsidian.profile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ include globals.local
noblacklist ${DOCUMENTS}
noblacklist ${HOME}/.config/obsidian

mkdir ${HOME}/.config/obsidian
whitelist ${DOCUMENTS}
whitelist ${HOME}/.config/obsidian

ipc-namespace
nonewprivs
noroot
Expand Down

0 comments on commit f27775c

Please sign in to comment.