aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Frederik “Freso” S. Olesen <freso.dk@gmail.com>2018-08-08 10:01:28 +0200
committerLibravatar Frederik “Freso” S. Olesen <freso.dk@gmail.com>2018-08-08 10:01:28 +0200
commit36f7705f6b31a4692854e500801d9da5790baeb6 (patch)
tree0375b88d0b87d5ff3ad85662b1bf79d98f02ec25
parentxdg macro testing (diff)
downloadfirejail-36f7705f6b31a4692854e500801d9da5790baeb6.tar.gz
firejail-36f7705f6b31a4692854e500801d9da5790baeb6.tar.zst
firejail-36f7705f6b31a4692854e500801d9da5790baeb6.zip
Add various `vim` related profiles
-rw-r--r--etc/rview.profile10
-rw-r--r--etc/rvim.profile10
-rw-r--r--etc/vimcat.profile10
-rw-r--r--etc/vimdiff.profile10
-rw-r--r--etc/vimpager.profile10
-rw-r--r--etc/vimtutor.profile10
-rw-r--r--etc/xxd.profile10
7 files changed, 70 insertions, 0 deletions
diff --git a/etc/rview.profile b/etc/rview.profile
new file mode 100644
index 000000000..90481b019
--- /dev/null
+++ b/etc/rview.profile
@@ -0,0 +1,10 @@
1# Firejail profile for rview
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/rview.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8
9# Redirect
10include /etc/firejail/vim.profile
diff --git a/etc/rvim.profile b/etc/rvim.profile
new file mode 100644
index 000000000..1070e9376
--- /dev/null
+++ b/etc/rvim.profile
@@ -0,0 +1,10 @@
1# Firejail profile for rvim
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/rvim.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8
9# Redirect
10include /etc/firejail/vim.profile
diff --git a/etc/vimcat.profile b/etc/vimcat.profile
new file mode 100644
index 000000000..5067c2fd1
--- /dev/null
+++ b/etc/vimcat.profile
@@ -0,0 +1,10 @@
1# Firejail profile for vimcat
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/vimcat.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8
9# Redirect
10include /etc/firejail/vim.profile
diff --git a/etc/vimdiff.profile b/etc/vimdiff.profile
new file mode 100644
index 000000000..f89a2c112
--- /dev/null
+++ b/etc/vimdiff.profile
@@ -0,0 +1,10 @@
1# Firejail profile for vimdiff
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/vimdiff.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8
9# Redirect
10include /etc/firejail/vim.profile
diff --git a/etc/vimpager.profile b/etc/vimpager.profile
new file mode 100644
index 000000000..8bc7cc26a
--- /dev/null
+++ b/etc/vimpager.profile
@@ -0,0 +1,10 @@
1# Firejail profile for vimpager
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/vimpager.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8
9# Redirect
10include /etc/firejail/vim.profile
diff --git a/etc/vimtutor.profile b/etc/vimtutor.profile
new file mode 100644
index 000000000..83851d37e
--- /dev/null
+++ b/etc/vimtutor.profile
@@ -0,0 +1,10 @@
1# Firejail profile for vimtutor
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/vimtutor.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8
9# Redirect
10include /etc/firejail/vim.profile
diff --git a/etc/xxd.profile b/etc/xxd.profile
new file mode 100644
index 000000000..59dac5a91
--- /dev/null
+++ b/etc/xxd.profile
@@ -0,0 +1,10 @@
1# Firejail profile for xxd
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/xxd.local
5# Persistent global definitions
6include /etc/firejail/globals.local
7
8
9# Redirect
10include /etc/firejail/vim.profile