copr-keygen: update custom selinux policy

This commit is contained in:
clime 2018-08-28 20:00:10 +02:00
parent 719af627b7
commit c3b5fd2737
3 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,8 @@ require {
class sock_file getattr;
class sock_file unlink;
class sock_file write;
class sock_file create;
}
#============= httpd_t ==============
allow httpd_t httpd_var_lib_t:sock_file { getattr unlink write };
allow httpd_t httpd_var_lib_t:sock_file { getattr unlink write create };