aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/emacs.profile14
-rw-r--r--etc/vim.profile14
2 files changed, 28 insertions, 0 deletions
diff --git a/etc/emacs.profile b/etc/emacs.profile
new file mode 100644
index 000000000..2cf614ca7
--- /dev/null
+++ b/etc/emacs.profile
@@ -0,0 +1,14 @@
1# emacs profile
2
3include /etc/firejail/disable-common.inc
4include /etc/firejail/disable-programs.inc
5include /etc/firejail/disable-passwdmgr.inc
6
7
8caps.drop all
9netfilter
10nonewprivs
11noroot
12nogroups
13protocol unix,inet,inet6
14seccomp
diff --git a/etc/vim.profile b/etc/vim.profile
new file mode 100644
index 000000000..b16939475
--- /dev/null
+++ b/etc/vim.profile
@@ -0,0 +1,14 @@
1# vim profile
2
3include /etc/firejail/disable-common.inc
4include /etc/firejail/disable-programs.inc
5include /etc/firejail/disable-passwdmgr.inc
6
7
8caps.drop all
9netfilter
10nonewprivs
11noroot
12nogroups
13protocol unix,inet,inet6
14seccomp