copr-keygen: update custom selinux policy
This commit is contained in:
parent
719af627b7
commit
c3b5fd2737
3 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -6,7 +6,8 @@ require {
|
||||||
class sock_file getattr;
|
class sock_file getattr;
|
||||||
class sock_file unlink;
|
class sock_file unlink;
|
||||||
class sock_file write;
|
class sock_file write;
|
||||||
|
class sock_file create;
|
||||||
}
|
}
|
||||||
|
|
||||||
#============= httpd_t ==============
|
#============= 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 };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue