distgit: ad missing instruction in the http_policy
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
f580d72f24
commit
f3a1c52522
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
module http_policy 1.0;
|
||||
module http_policy 1.1;
|
||||
|
||||
require {
|
||||
type gitosis_var_lib_t;
|
||||
|
@ -27,4 +27,5 @@ allow httpd_t git_content_t:dir { add_name remove_name write };
|
|||
allow httpd_t git_content_t:file { create rename setattr unlink write };
|
||||
allow httpd_t gitosis_var_lib_t:dir { add_name create remove_name rmdir write };
|
||||
allow httpd_t gitosis_var_lib_t:file { create link rename unlink write };
|
||||
allow httpd_t var_t:file { getattr open read };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue