selinux-h: improve stub types and add more stub functions
authorPádraig Brady <P@draigBrady.com>
Wed, 27 Nov 2013 21:53:19 +0000 (21:53 +0000)
committerPádraig Brady <P@draigBrady.com>
Thu, 28 Nov 2013 00:27:37 +0000 (00:27 +0000)
commit647e7023ce05b720e9de6ccd4b8eb62836bcfb7b
tree6b810a754e7e24cb849f9dc956c081eee32bc4dd
parentfd27e50d9f01023121aa5d01fb24d8e7dd39392a
selinux-h: improve stub types and add more stub functions

* lib/se-selinux.in.h: Change security_context_t to a typedef
rather than a define, as it's a pointer type and so is better
as a typedef to avoid issues declaring multiple variables
with the comma operator.  Also add stub for string_to_security_class().
* lib/se-context.in.h: Add stub functions for
context_{type,range,role,user}_get().
ChangeLog
lib/se-context.in.h
lib/se-selinux.in.h