mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Unify all profiles
This commit is contained in:
parent
20fbc19e57
commit
9e3ba319be
332 changed files with 3230 additions and 3639 deletions
|
|
@ -1,18 +1,17 @@
|
|||
# Persistent global definitions go here
|
||||
# Firejail profile for vim
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include /etc/firejail/vim.local
|
||||
# Persistent global definitions
|
||||
include /etc/firejail/globals.local
|
||||
|
||||
# This file is overwritten during software install.
|
||||
# Persistent customizations should go in a .local file.
|
||||
include /etc/firejail/vim.local
|
||||
|
||||
# vim profile
|
||||
noblacklist ~/.vim
|
||||
noblacklist ~/.vimrc
|
||||
noblacklist ~/.viminfo
|
||||
noblacklist ~/.vimrc
|
||||
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue