aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-03-19 19:14:24 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-03-19 19:14:37 +0100
commit49e763ef0f9d6fd3eb80fbee3afc94ebfc731502 (patch)
tree1dd91f55959357306dd82eb8578e04186bf7d751
parentvarious profile fixes (diff)
downloadfirejail-49e763ef0f9d6fd3eb80fbee3afc94ebfc731502.tar.gz
firejail-49e763ef0f9d6fd3eb80fbee3afc94ebfc731502.tar.zst
firejail-49e763ef0f9d6fd3eb80fbee3afc94ebfc731502.zip
harden baobab and gitg
-rw-r--r--etc/baobab.profile1
-rw-r--r--etc/gitg.profile8
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/baobab.profile b/etc/baobab.profile
index 18c862a4d..d87de9d66 100644
--- a/etc/baobab.profile
+++ b/etc/baobab.profile
@@ -29,6 +29,7 @@ novideo
29protocol unix 29protocol unix
30seccomp 30seccomp
31shell none 31shell none
32tracelog
32 33
33private-bin baobab 34private-bin baobab
34private-dev 35private-dev
diff --git a/etc/gitg.profile b/etc/gitg.profile
index 56f8e136f..3c6f9d72f 100644
--- a/etc/gitg.profile
+++ b/etc/gitg.profile
@@ -19,6 +19,14 @@ include disable-interpreters.inc
19include disable-passwdmgr.inc 19include disable-passwdmgr.inc
20include disable-programs.inc 20include disable-programs.inc
21 21
22#whitelist ${HOME}/YOUR_GIT_PROJECTS_DIRECTORY
23#whitelist ${HOME}/.config/git
24#whitelist ${HOME}/.gitconfig
25#whitelist ${HOME}/.git-credentials
26#whitelist ${HOME}/.local/share/gitg
27#whitelist ${HOME}/.ssh
28#include whitelist-common.inc
29
22whitelist /usr/share/gitg 30whitelist /usr/share/gitg
23include whitelist-usr-share-common.inc 31include whitelist-usr-share-common.inc
24include whitelist-var-common.inc 32include whitelist-var-common.inc