From mboxrd@z Thu Jan 1 00:00:00 1970 From: domg472@gmail.com (Dominick Grift) Date: Wed, 24 Aug 2011 14:35:38 +0200 Subject: [refpolicy] [ v3 PATCH 0/8] Git daemon domain Message-ID: <1314189346-10866-1-git-send-email-domg472@gmail.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com config/appconfig-mcs/git_shell_u_default_contexts | 2 + config/appconfig-mls/git_shell_u_default_contexts | 2 + .../git_shell_u_default_contexts | 2 + policy/modules/roles/git_shell.fc | 1 + policy/modules/roles/git_shell.if | 50 +++ policy/modules/roles/git_shell.te | 15 + policy/modules/roles/staff.te | 4 + policy/modules/roles/sysadm.te | 4 + policy/modules/roles/unprivuser.te | 4 + policy/modules/services/git.fc | 12 +- policy/modules/services/git.if | 366 ++++++++++++++++++++ policy/modules/services/git.te | 179 ++++++++++- policy/modules/system/userdomain.if | 76 ++++ 13 files changed, 714 insertions(+), 3 deletions(-) Had to rebase it all. There was another compatibility issue. In the first patch i declare gitd_t in the fourth patch i change gitd_t to git_system_t without making gitd_t an alias to git_system_t. Another issue was that in the third patch i added references to booleans that did not exist at that time (git_system_use_nfs and git_system_use_cifs vs. gitd_use_nfs and gitd_use_nfs respectively. Everything else is the same Sorry...