123456789101112131415161718 |
- ########################################
- ## <summary>
- ## Execute the git binary in the caller domain.
- ## </summary>
- ## <param name="domain">
- ## <summary>
- ## Domain allowed access.
- ## </summary>
- ## </param>
- #
- interface(`git_exec',`
- gen_require(`
- type git_exec_t;
- ')
- corecmd_search_bin($1)
- can_exec($1, git_exec_t)
- ')
|