mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
28 lines
608 B
Text
28 lines
608 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
|
|
# if you need gpg uncomment the following line
|
|
# or put it into your emacs.local
|
|
#noblacklist ${HOME}/.gnupg
|
|
noblacklist ${HOME}/.python-history
|
|
|
|
include disable-common.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
notv
|
|
protocol unix,inet,inet6
|
|
seccomp
|