Skip to content

Commit

Permalink
Merge pull request #497 from 0xC0ncord/git-credentials-fc
Browse files Browse the repository at this point in the history
git: add missing file contexts
  • Loading branch information
pebenito authored May 1, 2022
2 parents 291f89a + ba4971b commit 8f4ca1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions policy/modules/services/git.fc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
HOME_DIR/public_git(/.*)? gen_context(system_u:object_r:git_user_content_t,s0)
HOME_DIR/\.config/git(/.*)? gen_context(system_u:object_r:git_xdg_config_t,s0)
HOME_DIR/\.gitconfig -- gen_context(system_u:object_r:git_xdg_config_t,s0)
HOME_DIR/\.git-credentials -- gen_context(system_u:object_r:git_xdg_config_t,s0)

/usr/bin/git -- gen_context(system_u:object_r:git_exec_t,s0)

/usr/lib/git-core/git-daemon -- gen_context(system_u:object_r:gitd_exec_t,s0)

Expand Down

0 comments on commit 8f4ca1f

Please sign in to comment.