We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 291f89a + ba4971b commit 8f4ca1fCopy full SHA for 8f4ca1f
policy/modules/services/git.fc
@@ -1,6 +1,9 @@
1
HOME_DIR/public_git(/.*)? gen_context(system_u:object_r:git_user_content_t,s0)
2
HOME_DIR/\.config/git(/.*)? gen_context(system_u:object_r:git_xdg_config_t,s0)
3
HOME_DIR/\.gitconfig -- gen_context(system_u:object_r:git_xdg_config_t,s0)
4
+HOME_DIR/\.git-credentials -- gen_context(system_u:object_r:git_xdg_config_t,s0)
5
+
6
+/usr/bin/git -- gen_context(system_u:object_r:git_exec_t,s0)
7
8
/usr/lib/git-core/git-daemon -- gen_context(system_u:object_r:gitd_exec_t,s0)
9
0 commit comments