Skip to content

Commit

Permalink
Merge pull request SELinuxProject#745 from cgzones/main
Browse files Browse the repository at this point in the history
git: add fcontext for default binary
  • Loading branch information
pebenito authored Jan 2, 2024
2 parents d7d4128 + 86d9a00 commit d393e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/services/git.fc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ HOME_DIR/\.git-credentials -- gen_context(system_u:object_r:git_xdg_config_t,s0)

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

/usr/libexec/git-core/git -- gen_context(system_u:object_r:git_exec_t,s0)
/usr/libexec/git-core/git-[^/]+ -- gen_context(system_u:object_r:git_exec_t,s0)
/usr/libexec/git-core/git-daemon -- gen_context(system_u:object_r:gitd_exec_t,s0)

Expand Down

0 comments on commit d393e36

Please sign in to comment.