From 36f7705f6b31a4692854e500801d9da5790baeb6 Mon Sep 17 00:00:00 2001 From: "Frederik “Freso” S. Olesen" Date: Wed, 8 Aug 2018 10:01:28 +0200 Subject: Add various `vim` related profiles --- etc/rview.profile | 10 ++++++++++ etc/rvim.profile | 10 ++++++++++ etc/vimcat.profile | 10 ++++++++++ etc/vimdiff.profile | 10 ++++++++++ etc/vimpager.profile | 10 ++++++++++ etc/vimtutor.profile | 10 ++++++++++ etc/xxd.profile | 10 ++++++++++ 7 files changed, 70 insertions(+) create mode 100644 etc/rview.profile create mode 100644 etc/rvim.profile create mode 100644 etc/vimcat.profile create mode 100644 etc/vimdiff.profile create mode 100644 etc/vimpager.profile create mode 100644 etc/vimtutor.profile create mode 100644 etc/xxd.profile 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 @@ +# Firejail profile for rview +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/rview.local +# Persistent global definitions +include /etc/firejail/globals.local + + +# Redirect +include /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 @@ +# Firejail profile for rvim +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/rvim.local +# Persistent global definitions +include /etc/firejail/globals.local + + +# Redirect +include /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 @@ +# Firejail profile for vimcat +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/vimcat.local +# Persistent global definitions +include /etc/firejail/globals.local + + +# Redirect +include /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 @@ +# Firejail profile for vimdiff +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/vimdiff.local +# Persistent global definitions +include /etc/firejail/globals.local + + +# Redirect +include /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 @@ +# Firejail profile for vimpager +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/vimpager.local +# Persistent global definitions +include /etc/firejail/globals.local + + +# Redirect +include /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 @@ +# Firejail profile for vimtutor +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/vimtutor.local +# Persistent global definitions +include /etc/firejail/globals.local + + +# Redirect +include /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 @@ +# Firejail profile for xxd +# This file is overwritten after every install/update +# Persistent local customizations +include /etc/firejail/xxd.local +# Persistent global definitions +include /etc/firejail/globals.local + + +# Redirect +include /etc/firejail/vim.profile -- cgit v1.2.3-54-g00ecf