You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i was testing the obsidian pr #6314 in firejail-gitrev = "4e8253a6951cd9fc751ff28bcaacdc2d8c7edfc5";, and it work mostly fine, except
i have to whitelist ${DOCUMENTS} and ${HOME}/.config/obsidian. noblacklist isn't enough since blink-common.profile already contain whitelists
@tls-ca in private-etc don't work for obsidian-git plugin, i had to explicitly whitelist /etc/ssl/certs in order to fix no such file or directory error, at least in NixOS
no matter what i try couldn't get libsecret git credential helper working in obsidian git plugin (at least in NixOS). i have no idea where to start debugging this
i've tried
dbus-user.talk org.freedesktop.secrets with dbus-user filter which i already have set globally for fcitx
whitelist ${RUNUSER}/keyring
whitelist ${HOME}/.local/share/keyrings
including secret-tool, git-credential-libsecret, gnome-keyrin* to private-bin
I might just give up and setup ssh access in my selfhosted forgejo instance
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i was testing the obsidian pr #6314 in
firejail-git
rev = "4e8253a6951cd9fc751ff28bcaacdc2d8c7edfc5";
, and it work mostly fine, except@tls-ca
in private-etc don't work for obsidian-git plugin, i had to explicitlywhitelist /etc/ssl/certs
in order to fix no such file or directory error, at least in NixOSi've tried
dbus-user.talk org.freedesktop.secrets
withdbus-user filter
which i already have set globally for fcitxwhitelist ${RUNUSER}/keyring
whitelist ${HOME}/.local/share/keyrings
secret-tool
,git-credential-libsecret
,gnome-keyrin*
to private-binI might just give up and setup ssh access in my selfhosted forgejo instance
Beta Was this translation helpful? Give feedback.
All reactions