[selinux-policy: 2040/3172] trunk: Move shared library calls from individual modules to the domain module.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:01:10 UTC 2010


commit 6e68e6bb5eec8b6054936296f868b4cd9679ff34
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Oct 17 17:36:56 2008 +0000

    trunk: Move shared library calls from individual modules to the domain module.

 Changelog                       |    1 +
 policy/modules/kernel/domain.te |    7 ++++++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
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)
 ')
 


More information about the scm-commits mailing list