mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
32 lines
589 B
Text
32 lines
589 B
Text
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include /etc/firejail/git.local
|
|
|
|
# git profile
|
|
quiet
|
|
noblacklist ~/.gitconfig
|
|
noblacklist ~/.ssh
|
|
noblacklist ~/.gnupg
|
|
noblacklist ~/.emacs
|
|
noblacklist ~/.emacs.d
|
|
noblacklist ~/.viminfo
|
|
noblacklist ~/.vim
|
|
|
|
include /etc/firejail/disable-common.inc
|
|
include /etc/firejail/disable-programs.inc
|
|
include /etc/firejail/disable-passwdmgr.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
no3d
|
|
protocol unix,inet,inet6
|
|
seccomp
|
|
shell none
|
|
|
|
blacklist /tmp/.X11-unix
|
|
|
|
private-dev
|