mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-04 09:17:40 +00:00
libsepol/cil: post process pirqcon rules
Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Acked-by: James Carter <jwcart2@gmail.com>
This commit is contained in:
parent
cf7f7aaff4
commit
f5a764d94d
@ -2434,6 +2434,12 @@ static int cil_post_db(struct cil_db *db)
|
||||
goto exit;
|
||||
}
|
||||
|
||||
rc = __cil_post_process_context_rules(db->pirqcon, cil_post_pirqcon_compare, cil_post_pirqcon_context_compare, db, CIL_PIRQCON, CIL_KEY_IOMEMCON);
|
||||
if (rc != SEPOL_OK) {
|
||||
cil_log(CIL_ERR, "Problems processing pirqcon rules\n");
|
||||
goto exit;
|
||||
}
|
||||
|
||||
rc = __cil_post_process_context_rules(db->iomemcon, cil_post_iomemcon_compare, cil_post_iomemcon_context_compare, db, CIL_IOMEMCON, CIL_KEY_IOMEMCON);
|
||||
if (rc != SEPOL_OK) {
|
||||
cil_log(CIL_ERR, "Problems processing iomemcon rules\n");
|
||||
|
Loading…
Reference in New Issue
Block a user