mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2733] [question] - running firefox with profile in RAM #1720
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#1720
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Edu4rdSHL on GitHub (May 31, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2733
Hello, I know that it isn't a firejail issue and I've opened it because I was searching for resources but sadly I doesn't found anything.
I'm trying to run Firefox profile in RAM using it script:
What it do is basically put the profile in /dev/shm/firefox-* and symlink $HOME/.mozilla/firefox/profile.xyz to it. I can't get it working still with
noblacklist /dev/shm/firefox-*, any help will be appreciated.And sorry for putting it here.
@smitsohu commented on GitHub (May 31, 2019):
You may want to have a look at the
--keep-dev-shmoption. If your Firejail doesn't have it, you will need to upgrade to a newer version.@ghost commented on GitHub (May 31, 2019):
@Edu4rdSHL There's a dedicated program for doing what you want called
profile-sync-daemon. See the Arch Wiki page and the official repo for more info. It should work with firejail out-of-the-box.@chiraag-nataraj commented on GitHub (May 31, 2019):
@Edu4rdSHL, why not use a temporary directory under
/tmp/user/$UID?@Edu4rdSHL commented on GitHub (Jun 1, 2019):
Thanks to all. @glitsj16 profile-sync-daemon worked as expected.