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 }; }