|
|
|
|
|
by 0x00101010
972 days ago
|
|
I personally use bwrap, mainly for a chroot on steroids and to encapsulate things strictly (e.g. unshare namespaces) rather than profiles. In addition to more persistent "wraps" (e.g. ff may write to a wrap-specific XDG_DOWNLOAD_DIR) I have an "empty" profile (including some extensions) to fire up in a pure ramfs wrap. That allows to keep my disk clean, to separate customers from each other, to separate work from personal browsing, and in terms of development/debugging to ignore cache- related issues. That's not very convinient though. |
|