[GH-ISSUE #3454] Emacs configuration is mounted as read only #2172

Closed
opened 2026-05-05 08:51:01 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @Liorst4 on GitHub (Jun 6, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3454

The emacs profile mounts ${HOME}/.emacs and ${HOME}/.emacs.d as read only because of
the inclusion of disable-common.inc

Adding

ignore read-only ${HOME}/.emacs
ignore read-only ${HOME}/.emacs.d

before

include disable-common.inc

Is a workaround.

Originally created by @Liorst4 on GitHub (Jun 6, 2020). Original GitHub issue: https://github.com/netblue30/firejail/issues/3454 The emacs profile mounts `${HOME}/.emacs` and `${HOME}/.emacs.d` as read only because of the inclusion of `disable-common.inc` Adding ``` ignore read-only ${HOME}/.emacs ignore read-only ${HOME}/.emacs.d ``` before ``` include disable-common.inc ``` Is a workaround.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2172
No description provided.