diff --git a/Changelog b/Changelog index 8a78a19..bb2e41c 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,4 @@ +- Move shared library calls from individual modules to the domain module. - Enable open permission checks policy capability. - Remove hierarchy from portage module as it is not a good example of hieararchy. diff --git a/policy/modules/kernel/domain.te b/policy/modules/kernel/domain.te index be71a93..6e398c6 100644 --- a/policy/modules/kernel/domain.te +++ b/policy/modules/kernel/domain.te @@ -1,5 +1,5 @@ -policy_module(domain, 1.5.0) +policy_module(domain, 1.5.1) ######################################## # @@ -106,6 +106,11 @@ tunable_policy(`global_ssp',` ') optional_policy(` + libs_use_ld_so(domain) + libs_use_shared_libs(domain) +') + +optional_policy(` setrans_translate_context(domain) ')