From f27775c5a810729b7dc8f144f522c5e79ec4ee55 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 23 Dec 2024 04:52:42 -0300 Subject: [PATCH] profiles: obsidian: whitelist allowed paths 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. --- etc/profile-m-z/obsidian.profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/profile-m-z/obsidian.profile b/etc/profile-m-z/obsidian.profile index 960fa9a117..20f25ba916 100644 --- a/etc/profile-m-z/obsidian.profile +++ b/etc/profile-m-z/obsidian.profile @@ -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