aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-06-06 11:09:39 -0500
committerLibravatar GitHub <noreply@github.com>2020-06-06 11:09:39 -0500
commitff3fe37e143072e19398b45210c814112c9b4507 (patch)
tree2bb6d4999a6dcf5c594c1f7db10d2bb107a24bb2
parentdrop kcmp from steam.profile (diff)
parentIgnore read-only mount of emacs configuration in the emacs profile. (diff)
downloadfirejail-ff3fe37e143072e19398b45210c814112c9b4507.tar.gz
firejail-ff3fe37e143072e19398b45210c814112c9b4507.tar.zst
firejail-ff3fe37e143072e19398b45210c814112c9b4507.zip
Ignore read-only mount of emacs configuration in the emacs profile. (#3455)
Fixes #3454
-rw-r--r--etc/profile-a-l/emacs.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/profile-a-l/emacs.profile b/etc/profile-a-l/emacs.profile
index ab378105e..de4ea97a4 100644
--- a/etc/profile-a-l/emacs.profile
+++ b/etc/profile-a-l/emacs.profile
@@ -19,6 +19,10 @@ include disable-common.inc
19include disable-passwdmgr.inc 19include disable-passwdmgr.inc
20include disable-programs.inc 20include disable-programs.inc
21 21
22# Comment out if you want an immutable configuration
23read-write ${HOME}/.emacs
24read-write ${HOME}/.emacs.d
25
22caps.drop all 26caps.drop all
23netfilter 27netfilter
24nodvd 28nodvd