trunk: Move shared library calls from individual modules to the domain module.
This commit is contained in:
parent
2cca6b79b4
commit
6e68e6bb5e
@ -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.
|
||||
|
@ -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)
|
||||
')
|
||||
|
Loading…
Reference in New Issue
Block a user