aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/nvim.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/profile-m-z/nvim.profile')
-rw-r--r--etc/profile-m-z/nvim.profile39
1 files changed, 39 insertions, 0 deletions
diff --git a/etc/profile-m-z/nvim.profile b/etc/profile-m-z/nvim.profile
new file mode 100644
index 000000000..b121b4417
--- /dev/null
+++ b/etc/profile-m-z/nvim.profile
@@ -0,0 +1,39 @@
1# Firejail profile for neovim
2# Description: Nvim is open source and freely distributable
3# This file is overwritten after every install/update
4# Persistent local customizations
5include nvim.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.vim
10
11include disable-common.inc
12include disable-programs.inc
13include disable-devel.inc
14include disable-passwdmgr.inc
15include disable-xdg.inc
16include disable-write-mnt.inc
17include whitelist-runuser-common.inc
18
19# Allows files commonly used by IDEs
20include allow-common-devel.inc
21
22caps.drop all
23netfilter
24nodbus
25nodvd
26nogroups
27noinput
28nonewprivs
29noroot
30notv
31nou2f
32novideo
33protocol unix,inet,inet6
34seccomp
35
36private-dev
37
38read-write ${HOME}/.vim
39read-only ${HOME}/.config