mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
33 lines
678 B
Text
33 lines
678 B
Text
# Firejail profile for emacs
|
|
# Description: GNU Emacs editor
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include emacs.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.emacs
|
|
noblacklist ${HOME}/.emacs.d
|
|
# Add the next line to your emacs.local if you need gpg support.
|
|
#noblacklist ${HOME}/.gnupg
|
|
|
|
# Allows files commonly used by IDEs
|
|
include allow-common-devel.inc
|
|
|
|
include disable-common.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
novideo
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
|
|
read-write ${HOME}/.emacs
|
|
read-write ${HOME}/.emacs.d
|
|
restrict-namespaces
|