aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar user <76937231+Tus1688@users.noreply.github.com>2022-01-09 16:21:24 +0700
committerLibravatar user <76937231+Tus1688@users.noreply.github.com>2022-01-09 16:21:24 +0700
commit3fe456f9a29389bcffd190bb4163fddbb6fb76db (patch)
tree90f39528550d340b9054307c21cfc22405340dc3
parentMerge branch 'master' of ssh://github.com/netblue30/firejail (diff)
downloadfirejail-3fe456f9a29389bcffd190bb4163fddbb6fb76db.tar.gz
firejail-3fe456f9a29389bcffd190bb4163fddbb6fb76db.tar.zst
firejail-3fe456f9a29389bcffd190bb4163fddbb6fb76db.zip
feat: neovim 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