Skip to content

Instantly share code, notes, and snippets.

@glitsj16
Last active September 10, 2022 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glitsj16/c4f97c623ea2f7e32e2446e32deb12da to your computer and use it in GitHub Desktop.
Save glitsj16/c4f97c623ea2f7e32e2446e32deb12da to your computer and use it in GitHub Desktop.
profile-sync-daemon 6.47 breaks Firefox(-based) web browser(s)
profile-sync-daemon version 6.47 [0] changed VOLATILE from "$XDG_RUNTIME_DIR" to "$XDG_RUNTIME_DIR/psd".
A fix [1] is merged in the Firejail git repo.
Until this comes down through your distro's package you can either make the
implemented changes in your .local files or build firejail from git [2].
$ cat ~/.config/firejail/disable-programs.local
blacklist ${RUNUSER}/psd/*firefox*
$ cat ~/.config/firejail/firefox.local
noblacklist ${RUNUSER}/psd/*firefox*
whitelist ${RUNUSER}/psd/*firefox*
[0] https://github.com/graysky2/profile-sync-daemon/commit/338a3f5d9d93b1e9329f3c02a789135a25977dc1
[1] https://github.com/netblue30/firejail/commit/2cfe3ea9d09b440e4b389084cda9c230a17e23c0
[2] https://github.com/netblue30/firejail/wiki/Using-firejail-from-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment