mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
add optional map permission for git_user_content_t type for httpd_t
map permission is needed up from f27.
This commit is contained in:
parent
20ae63d8a7
commit
d7c7f0e757
1 changed files with 5 additions and 0 deletions
|
@ -39,3 +39,8 @@ allow git_system_t git_user_content_t:lnk_file { read open getattr };
|
|||
allow httpd_t git_user_content_t:dir { search getattr open read };
|
||||
allow httpd_t git_user_content_t:file { read open getattr };
|
||||
allow httpd_t git_user_content_t:lnk_file { read open getattr };
|
||||
|
||||
optional_policy(`
|
||||
gen_require(` class file map; ')
|
||||
allow httpd_t git_user_content_t:file map;
|
||||
')
|
||||
|
|
Loading…
Add table
Reference in a new issue