mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge branch 'master' of https://github.com/netblue30/firejail
This commit is contained in:
commit
b3a5fa8025
3 changed files with 18 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ novideo
|
|||
protocol unix
|
||||
seccomp
|
||||
shell none
|
||||
tracelog
|
||||
|
||||
private-bin baobab
|
||||
private-dev
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue