This commit is contained in:
netblue30 2020-03-19 15:30:29 -04:00
commit b3a5fa8025
3 changed files with 18 additions and 1 deletions

View file

@ -29,6 +29,7 @@ novideo
protocol unix
seccomp
shell none
tracelog
private-bin baobab
private-dev

View file

@ -16,6 +16,11 @@ include disable-passwdmgr.inc
include disable-programs.inc
# include disable-xdg.inc
# include whitelist-common.inc
# include whitelist-usr-share-common.inc
# include whitelist-runuser-common.inc
# include whitelist-var-common.inc
# apparmor
caps.drop all
# ipc-namespace
@ -42,8 +47,11 @@ seccomp
# private-bin program
# private-cache
# private-dev
# private-etc alternatives
# see /usr/share/doc/firejail/profile.template for more common private-etc paths.
# private-etc alternatives,fonts,machine-id
# private-lib
# private-opt none
# private-tmp
# memory-deny-write-execute
# read-only ${HOME}

View file

@ -19,6 +19,14 @@ include disable-interpreters.inc
include disable-passwdmgr.inc
include disable-programs.inc
#whitelist ${HOME}/YOUR_GIT_PROJECTS_DIRECTORY
#whitelist ${HOME}/.config/git
#whitelist ${HOME}/.gitconfig
#whitelist ${HOME}/.git-credentials
#whitelist ${HOME}/.local/share/gitg
#whitelist ${HOME}/.ssh
#include whitelist-common.inc
whitelist /usr/share/gitg
include whitelist-usr-share-common.inc
include whitelist-var-common.inc