commit | 73430e5542dc3f22eee54a41ad54318ad14d1cab | [log] [tgz] |
---|---|---|
author | Caleb Case <[email protected]> | Wed Dec 23 18:25:53 2009 -0500 |
committer | Steve Lawrence <[email protected]> | Tue Aug 26 08:02:16 2014 -0400 |
tree | ce89c8fd2a732e88c29454f1f02581100f0869bd | |
parent | e57389343a2da3fa06090fc29fd7c741d17cc964 [diff] |
libsemanage: add default priority to semanage_handle_t For backwards compatiblity purposes we need to provide a default priority that the current set of module install/upgrade/remove functions can use. The default priority is 400. Adds semanage_module_validate_priority so that it can be used to verify the given priority. See next patch for other validation functions. Signed-off-by: Chad Sellers <[email protected]>