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
silently doesn't blacklist anything. No error is printed. Of course:
blacklist ${HOME}/something-private
and
blacklist ~/something-private
both work. I would greatly appreciate it if firejail either accepted $HOME in such contexts, or signaled an error. Yes, I know everyone is entitled to their own DSL...
The text was updated successfully, but these errors were encountered:
kmk3
changed the title
please either allow "$HOME" along with "${HOME}" in profiles or signal error
Allow "$HOME" along with "${HOME}" in profiles or signal error
Sep 5, 2024
I have made this same error several times now:
blacklist $HOME/something-private
silently doesn't blacklist anything. No error is printed. Of course:
blacklist ${HOME}/something-private
and
blacklist ~/something-private
both work. I would greatly appreciate it if firejail either accepted $HOME in such contexts, or signaled an error. Yes, I know everyone is entitled to their own DSL...
The text was updated successfully, but these errors were encountered: