graysky2 / profile-sync-daemon

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Other
898 stars 84 forks source link

Newer psd breaks Firejail sandbox compatibility when starting Firefox #339

Closed domker closed 1 year ago

domker commented 1 year ago

Distribution: Arch Linux

profile-sync-daemon version 6.45.1 tmpfs dir path: /run/user/1000/user-firefox-XXXXXXXX.default Result: Firefox run fine when firejail sandbox and psd enabled.

profile-sync-daemon version 6.48.1 tmpfs dir path: /run/user/1000/psd/user-firefox-XXXXXXXX.default Result: Firefox cannot detect the profile directory and won't start (when firejail sandbox and psd enabled)

Temporary fix: Adding new psd path to whitelist: firejail --whitelist=/run/user/1000/psd firefox

graysky2 commented 1 year ago

https://github.com/graysky2/profile-sync-daemon/issues/337