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

This commit is contained in:
Chris PeBenito 2008-10-17 17:36:56 +00:00
parent 2cca6b79b4
commit 6e68e6bb5e
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
policy_module(domain, 1.5.0)
policy_module(domain, 1.5.1)
########################################
#
@ -105,6 +105,11 @@ tunable_policy(`global_ssp',`
dev_read_urand(domain)
')
optional_policy(`
libs_use_ld_so(domain)
libs_use_shared_libs(domain)
')
optional_policy(`
setrans_translate_context(domain)
')