Fix Fernet in httpd selinux type enforcement.
Change-Id: I2fb9158c4008c22a226dd0c8ecd9a717ee9f645e
This commit is contained in:
parent
7096b2c6b4
commit
20f7e86fe5
@ -11,4 +11,13 @@ require {
|
|||||||
allow keystone_t etc_t:dir write;
|
allow keystone_t etc_t:dir write;
|
||||||
|
|
||||||
#!!!! This avc is allowed in the current policy
|
#!!!! This avc is allowed in the current policy
|
||||||
allow keystone_t self:process execmem;
|
allow keystone_t self:process execmem;
|
||||||
|
|
||||||
|
require {
|
||||||
|
type httpd_t;
|
||||||
|
type etc_t;
|
||||||
|
class dir write;
|
||||||
|
}
|
||||||
|
|
||||||
|
#============= httpd_t ==============
|
||||||
|
allow httpd_t etc_t:dir write;
|
Loading…
Reference in New Issue
Block a user