mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-12 17:15:00 +00:00
71dd7b7133
Resolves https://github.com/SELinuxProject/cil/issues/3 An 'unordered' keyword provides the ability to append classes to the current list of ordered classes. This allows users to not need knowledge of existing classes when creating a class and fixes dependencies on classes when removing a module. This enables userspace object managers with custom objects to be modularized. If a class is declared in both an unordered and ordered statement, then the ordered statement will supercede the unordered declaration. Example usage: ; Appends new_class to the existing list of classes (class new_class ()) (classorder (unordered new_class)) Signed-off-by: Yuli Khodorkovskiy <ykhodorkovskiy@tresys.com> Signed-off-by: James Carter <jwcart2@tycho.nsa.gov> |
||
---|---|---|
.. | ||
cil_access_vector_rules.xml | ||
cil_call_macro_statements.xml | ||
cil_class_and_permission_statements.xml | ||
cil_conditional_statements.xml | ||
cil_constraint_statements.xml | ||
cil_container_statements.xml | ||
cil_context_statement.xml | ||
cil_default_object_statements.xml | ||
cil_design.dia | ||
cil_design.jpeg | ||
cil_file_labeling_statements.xml | ||
cil_mls_labeling_statements.xml | ||
cil_network_labeling_statements.xml | ||
cil_policy_config_statements.xml | ||
CIL_Reference_Guide.xml | ||
cil_role_statements.xml | ||
cil_sid_statements.xml | ||
cil_type_statements.xml | ||
cil_user_statements.xml | ||
cil_xen_statements.xml | ||
Makefile |