git: fix typo in git hook exec access
Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
7be64d4bfa
commit
bfc4fb4955
|
@ -104,7 +104,7 @@ template(`git_client_role_template',`
|
|||
auth_use_nsswitch($1_git_t)
|
||||
|
||||
# allow userdomains to exec git hooks
|
||||
exec_files_pattern($3, git_home_t, git_home_t)
|
||||
exec_files_pattern($3, git_home_hook_t, git_home_hook_t)
|
||||
# transition back to the user domain when executing git hooks
|
||||
domtrans_pattern($1_git_t, git_home_t, $3)
|
||||
|
||||
|
|
Loading…
Reference in New Issue