From 2981c0a5e069c2389ce1c7f55d7f680e2b8df16f Mon Sep 17 00:00:00 2001 From: Chance Callahan Date: Thu, 6 Oct 2022 11:59:02 -0400 Subject: [PATCH] Adding to policy. --- selinux/wings.te | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/selinux/wings.te b/selinux/wings.te index 5fd77aa..0c3c0c6 100644 --- a/selinux/wings.te +++ b/selinux/wings.te @@ -27,6 +27,5 @@ miscfiles_read_localization(wings_t) require { type wings_exec_t; - type bin_t; - class file execmod; + class file { execmod map }; }