aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/nvim.profile
blob: ef08c439798b8217c5c2c2ef0a99bd53734723b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Firejail profile for neovim
# Description: Nvim is open source and freely distributable
# Persistent local customizations
include nvim.local
# Persistent global definitions
include globals.local

noblacklist ${HOME}/.vim
noblacklist ${HOME}/.cache/nvim
noblacklist ${HOME}/.local/share/nvim

include disable-common.inc
include disable-devel.inc
include disable-programs.inc
include disable-xdg.inc

blacklist ${RUNUSER}/wayland-*
blacklist ${RUNUSER}

include whitelist-runuser-common.inc

ipc-namespace
machine-id
net none
netfilter
no3d
dbus-user none
dbus-system none
nodvd
nogroups
noinput
nonewprivs
noroot
notv
nou2f
novideo
protocol unix,inet,inet6
seccomp.block-secondary
shell none
tracelog
x11 none

private-dev

read-write ${HOME}/.vim
read-only ${HOME}/.config