-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory read-only even after noblacklist/whitelist #3173
Comments
The qutebrowser profile includes disable-common.inc, which has this line:
Does it work if you call it with |
It does, thanks. Strange that I was the first to be hit by this.
|
I can imagine the number of users of qutebrowser AND emacs AND firejail is quite small. :-) |
Well, it work on the command line, but not in the profile. And ideally, I don't want the history to be overwritten, but I don't know how to do it.
|
Adding |
Adding To get this ordering on the command line you need to use
|
Indeed, it works well, but my original goal was to make it read-write while not merging back the changes. Something like --private for ~/.emacs.d, basically.
For now, I can live with a shared history, though.
|
Maybe emacs supports it to places the history file in a temp-dir such as |
I'm closing here due to inactivity, please fell free to reopen if you have more questions. |
Hello,
I'm trying to use emacs in qutebrowser, and to that end, I call qutebrowser that way:
Everything works well until I try to close emacs, where it tells me that
~/.emacs.d/history
is read-only. Using an eshell, I can't even touch a file inside~/.emacs.d
(I get/usr/bin/touch: cannot touch 'a': Read-only file system
), but I can in my HOME. I tried adding a--read-write=~/.emacs.d
to no avail.What is even stranger is that
~/.config/mpv
isn't RO.This is on Gentoo with firejail 0.9.62
The text was updated successfully, but these errors were encountered: