| <?xml version="1.0"?> |
| <def format="2"> |
| |
| |
| |
| <function name="selinux_restorecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="selinux_restorecon_parallel"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <define name="SELINUX_RESTORECON_IGNORE_DIGEST" value="0x00001"/> |
| <define name="SELINUX_RESTORECON_NOCHANGE" value="0x00002"/> |
| <define name="SELINUX_RESTORECON_SET_SPECFILE_CTX" value="0x00004"/> |
| <define name="SELINUX_RESTORECON_RECURSE" value="0x00008"/> |
| <define name="SELINUX_RESTORECON_VERBOSE" value="0x00010"/> |
| <define name="SELINUX_RESTORECON_PROGRESS" value="0x00020"/> |
| <define name="SELINUX_RESTORECON_REALPATH" value="0x00040"/> |
| <define name="SELINUX_RESTORECON_XDEV" value="0x00080"/> |
| <define name="SELINUX_RESTORECON_ADD_ASSOC" value="0x00100"/> |
| <define name="SELINUX_RESTORECON_ABORT_ON_ERROR" value="0x00200"/> |
| <define name="SELINUX_RESTORECON_SYSLOG_CHANGES" value="0x00400"/> |
| <define name="SELINUX_RESTORECON_LOG_MATCHES" value="0x00800"/> |
| <define name="SELINUX_RESTORECON_IGNORE_NOENTRY" value="0x01000"/> |
| <define name="SELINUX_RESTORECON_IGNORE_MOUNTS" value="0x02000"/> |
| <define name="SELINUX_RESTORECON_MASS_RELABEL" value="0x04000"/> |
| <define name="SELINUX_RESTORECON_SKIP_DIGEST" value="0x08000"/> |
| <define name="SELINUX_RESTORECON_CONFLICT_ERROR" value="0x10000"/> |
| <define name="SELINUX_RESTORECON_COUNT_ERRORS" value="0x20000"/> |
| |
| |
| <function name="selinux_restorecon_set_sehandle"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="selinux_restorecon_default_handle"> |
| <returnValue type="struct selabel_handle *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="selinux_restorecon_set_exclude_list"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="selinux_restorecon_set_alt_rootpath"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="selinux_restorecon_get_skipped_errors"> |
| <returnValue type="unsigned long"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="selinux_restorecon_xattr"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <define name="SELINUX_RESTORECON_XATTR_RECURSE" value="0x0001"/> |
| <define name="SELINUX_RESTORECON_XATTR_DELETE_NONMATCH_DIGESTS" value="0x0002"/> |
| <define name="SELINUX_RESTORECON_XATTR_DELETE_ALL_DIGESTS" value="0x0004"/> |
| <define name="SELINUX_RESTORECON_XATTR_IGNORE_MOUNTS" value="0x0008"/> |
| |
| |
| |
| <function name="selinux_default_type_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="get_default_type"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">get_default_type</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| |
| <podtype name="selabel_handle"/> |
| |
| <function name="selabel_open"> |
| <returnValue type="struct selabel_handle *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:5</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <minsize type="argvalue" arg="3"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <define name="SELABEL_CTX_FILE" value="0"/> |
| <define name="SELABEL_CTX_MEDIA" value="1"/> |
| <define name="SELABEL_CTX_X" value="2"/> |
| <define name="SELABEL_CTX_DB" value="3"/> |
| <define name="SELABEL_CTX_ANDROID_PROP" value="4"/> |
| <define name="SELABEL_CTX_ANDROID_SERVICE" value="5"/> |
| <define name="SELABEL_OPT_UNUSED" value="0"/> |
| <define name="SELABEL_OPT_VALIDATE" value="1"/> |
| <define name="SELABEL_OPT_BASEONLY" value="2"/> |
| <define name="SELABEL_OPT_PATH" value="3"/> |
| <define name="SELABEL_OPT_SUBSET" value="4"/> |
| <define name="SELABEL_OPT_DIGEST" value="5"/> |
| <define name="SELABEL_NOPT" value="6"/> |
| |
| <function name="selabel_close"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| <resource> |
| <alloc init="true">selabel_open</alloc> |
| <dealloc>selabel_close</dealloc> |
| </resource> |
| |
| |
| <function name="selabel_lookup"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">selabel_lookup</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="selabel_lookup_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">selabel_lookup_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| |
| <function name="selabel_lookup_raw"> |
| <returnValue type="bool"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="selabel_get_digests_all_partial_matches"> |
| <returnValue type="bool"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="3">selabel_get_digests_all_partial_matches</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="true" arg="4">selabel_get_digests_all_partial_matches</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| <function name="selabel_hash_all_partial_matches"> |
| <returnValue type="bool"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="selabel_lookup_best_match"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">selabel_lookup_best_match</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="selabel_lookup_best_match_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">selabel_lookup_best_match_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| |
| <function name="selabel_digest"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="selabel_cmp"> |
| <returnValue type="enum selabel_cmp_result"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="selabel_stats"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <define name="SELABEL_X_PROP" value="1"/> |
| <define name="SELABEL_X_EXT" value="2"/> |
| <define name="SELABEL_X_CLIENT" value="3"/> |
| <define name="SELABEL_X_EVENT" value="4"/> |
| <define name="SELABEL_X_SELN" value="5"/> |
| <define name="SELABEL_X_POLYPROP" value="6"/> |
| <define name="SELABEL_X_POLYSELN" value="7"/> |
| |
| <define name="SELABEL_DB_DATABASE" value="1"/> |
| <define name="SELABEL_DB_SCHEMA" value="2"/> |
| <define name="SELABEL_DB_TABLE" value="3"/> |
| <define name="SELABEL_DB_COLUMN" value="4"/> |
| <define name="SELABEL_DB_SEQUENCE" value="5"/> |
| <define name="SELABEL_DB_VIEW" value="6"/> |
| <define name="SELABEL_DB_PROCEDURE" value="7"/> |
| <define name="SELABEL_DB_BLOB" value="8"/> |
| <define name="SELABEL_DB_TUPLE" value="9"/> |
| <define name="SELABEL_DB_LANGUAGE" value="10"/> |
| <define name="SELABEL_DB_EXCEPTION" value="11"/> |
| <define name="SELABEL_DB_DATATYPE" value="12"/> |
| |
| |
| <podtype name="context_t"/> |
| |
| <function name="context_new"> |
| <returnValue type="context_new"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="context_str"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="context_free"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true">context_new</alloc> |
| <dealloc>context_free</dealloc> |
| </memory> |
| |
| <function name="context_type_get"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="context_range_get"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="context_role_get"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="context_user_get"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="context_type_set"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="context_range_set"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="context_role_set"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="context_user_set"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="inout"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <define name="SELINUX_DEFAULTUSER" value=""user_u""/> |
| |
| |
| <function name="get_ordered_context_list"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="3">get_ordered_context_list</alloc> |
| <dealloc>freeconary</dealloc> |
| </memory> |
| |
| <function name="get_ordered_context_list_with_level"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="4">get_ordered_context_list_with_level</alloc> |
| <dealloc>freeconary</dealloc> |
| </memory> |
| |
| <function name="get_default_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="3">get_default_context</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="get_default_context_with_level"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="4">get_default_context_with_level</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="get_default_context_with_role"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="4">get_default_context_with_role</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="get_default_context_with_rolelevel"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="5">get_default_context_with_rolelevel</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="query_user_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">query_user_context</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="manual_user_enter_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">manual_user_enter_context</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <podtype name="security_id"/> |
| <define name="SECSID_WILD" value="NULL"/> |
| <define name="AVC_OPT_UNUSED" value="0"/> |
| <define name="AVC_OPT_SETENFORCE" value="1"/> |
| <define name="AVC_CALLBACK_GRANT" value="1"/> |
| <define name="AVC_CALLBACK_TRY_REVOKE" value="2"/> |
| <define name="AVC_CALLBACK_REVOKE" value="4"/> |
| <define name="AVC_CALLBACK_RESET" value="8"/> |
| <define name="AVC_CALLBACK_AUDITALLOW_ENABLE" value="16"/> |
| <define name="AVC_CALLBACK_AUDITALLOW_DISABLE" value="32"/> |
| <define name="AVC_CALLBACK_AUDITDENY_ENABLE" value="64"/> |
| <define name="AVC_CALLBACK_AUDITDENY_DISABLE" value="128"/> |
| <define name="AVC_CACHE_STATS" value="1"/> |
| |
| |
| <function name="avc_sid_to_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">avc_sid_to_context</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="avc_sid_to_context_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">avc_sid_to_context</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="avc_context_to_sid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="avc_context_to_sid_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="avc_get_initial_sid"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="sidget"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="sidput"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="avc_init"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="avc_open"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="avc_cleanup"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="avc_reset"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="avc_destroy"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="avc_has_perm_noaudit"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="6" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="avc_has_perm"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="6" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="avc_audit"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="7" direction="inout"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="avc_compute_create"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| <function name="avc_compute_member"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| |
| <function name="avc_add_callback"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="6" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="avc_cache_stats"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="avc_av_stats"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="avc_sid_stats"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="avc_netlink_open"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0,1</valid> |
| </arg> |
| </function> |
| |
| <function name="avc_netlink_loop"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="avc_netlink_close"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="avc_netlink_acquire_fd"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="avc_netlink_release_fd"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="avc_netlink_check_nb"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="selinux_status_open"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0,1</valid> |
| </arg> |
| </function> |
| |
| <function name="selinux_status_close"> |
| <noreturn>false</noreturn> |
| </function> |
| |
| |
| |
| |
| |
| |
| <function name="selinux_status_updated"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_status_getenforce"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_status_policyload"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_status_deny_unknown"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <podtype name="security_context_t"/> |
| <podtype name="access_vector_t"/> |
| <podtype name="security_class_t"/> |
| <podtype name="av_decision"/> |
| <podtype name="selinux_opt"/> |
| <podtype name="selinux_callback"/> |
| <podtype name="SELboolean"/> |
| <podtype name="security_class_mapping"/> |
| <define name="SELINUX_AVD_FLAGS_PERMISSIVE" value="0x0001"/> |
| <define name="SELINUX_CB_LOG" value="0"/> |
| <define name="SELINUX_CB_AUDIT" value="1"/> |
| <define name="SELINUX_CB_VALIDATE" value="2"/> |
| <define name="SELINUX_CB_SETENFORCE" value="3"/> |
| <define name="SELINUX_CB_POLICYLOAD" value="4"/> |
| <define name="SELINUX_ERROR" value="0"/> |
| <define name="SELINUX_WARNING" value="1"/> |
| <define name="SELINUX_INFO" value="2"/> |
| <define name="SELINUX_AVC" value="3"/> |
| <define name="SELINUX_POLICYLOAD" value="4"/> |
| <define name="SELINUX_SETENFORCE" value="5"/> |
| <define name="SELINUX_TRANS_DIR" value=""/var/run/setrans""/> |
| <define name="MATCHPATHCON_BASEONLY" value="1"/> |
| <define name="MATCHPATHCON_NOTRANS" value="2"/> |
| <define name="MATCHPATHCON_VALIDATE" value="4"/> |
| |
| |
| <function name="is_selinux_enabled"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="is_selinux_mls_enabled"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="freecon"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="freeconary"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="getcon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getcon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getcon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getcon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getprevcon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getprevcon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getprevcon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getprevcon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getexeccon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getexeccon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getexeccon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getexeccon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getpidcon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">getpidcon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getpidcon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">getpidcon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getpidprevcon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">getpidprevcon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getpidprevcon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">getpidprevcon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="setcon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="setcon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="setexeccon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="setexeccon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="setexecfilecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="getfscreatecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getfscreatecon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getfscreatecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getfscreatecon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="setfscreatecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="setfscreatecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="getkeycreatecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getkeycreatecon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getkeycreatecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getkeycreatecon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="setkeycreatecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="setkeycreatecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="getsockcreatecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getsockcreatecon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getsockcreatecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">getsockcreatecon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="setsockcreatecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="setsockcreatecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="getpeercon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">getpeercon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getpeercon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">getpeercon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| |
| <function name="getfilecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">getfilecon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="getfilecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">getfilecon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="lgetfilecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">lgetfilecon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="lgetfilecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">lgetfilecon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="fgetfilecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">fgetfilecon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="fgetfilecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">fgetfilecon_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| |
| <function name="setfilecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="setfilecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="lsetfilecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="lsetfilecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="fsetfilecon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="fsetfilecon_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0:</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="selinux_get_callback"> |
| <returnValue type="union selinux_callback"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:4</valid> |
| </arg> |
| </function> |
| |
| <function name="selinux_set_callback"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:4</valid> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="security_compute_av"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="out"> |
| </arg> |
| </function> |
| |
| <function name="security_compute_av_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="out"> |
| </arg> |
| </function> |
| |
| <function name="security_compute_av_flags"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="out"> |
| </arg> |
| </function> |
| |
| <function name="security_compute_av_flags_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="5" direction="out"> |
| </arg> |
| </function> |
| |
| <function name="security_compute_create"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="4">security_compute_create</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_compute_create_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="4">security_compute_create_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_compute_create_name"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="5">security_compute_create_name</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_compute_create_name_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="5" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="5">security_compute_create_name_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_compute_relabel"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="4">security_compute_relabel</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_compute_relabel_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="4">security_compute_relabel</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_compute_member"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="4">security_compute_member</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_compute_member_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="4">security_compute_member_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_compute_user"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="3">security_compute_user</alloc> |
| <dealloc>freeconary</dealloc> |
| </memory> |
| |
| <function name="security_compute_user_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="3">security_compute_user_raw</alloc> |
| <dealloc>freeconary</dealloc> |
| </memory> |
| |
| <function name="security_validatetrans"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="security_validatetrans_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="selinux_check_access"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="4" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="5" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="selinux_check_passwd_access"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="checkPasswdAccess"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="security_get_initial_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">security_get_initial_context</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_get_initial_context_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">security_get_initial_context_raw</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| |
| <function name="security_load_policy"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <minsize type="argvalue" arg="2"/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="selinux_mkload_policy"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0,1</valid> |
| </arg> |
| </function> |
| |
| <function name="selinux_init_load_policy"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="security_set_boolean_list"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <minsize type="argvalue" arg="1"/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0</valid> |
| </arg> |
| </function> |
| |
| <function name="security_get_boolean_names"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">security_get_boolean_names</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| <function name="security_get_boolean_pending"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="security_get_boolean_active"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="security_set_boolean"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <valid>0,1</valid> |
| </arg> |
| </function> |
| |
| <function name="security_commit_booleans"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="security_load_booleans"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="security_check_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="security_check_context_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="security_canonicalize_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">security_canonicalize_context</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="security_canonicalize_context_raw"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">security_canonicalize_context</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| |
| <function name="security_getenforce"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="security_setenforce"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <valid>0,1</valid> |
| </arg> |
| </function> |
| |
| <function name="security_reject_unknown"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="security_deny_unknown"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="security_get_checkreqprot"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="security_disable"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <warn severity="warning">Disabling SELinux at runtime is deprecated and may not be supported on modern Linux kernels.</warn> |
| </function> |
| |
| |
| <function name="security_policyvers"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="selinux_set_mapping"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="mode_to_security_class"> |
| <returnValue type="security_class_t"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="string_to_security_class"> |
| <returnValue type="security_class_t"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="security_class_to_string"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="security_av_perm_to_string"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="string_to_av_perm"> |
| <returnValue type="access_vector_t"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="security_av_string"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="3">security_av_string</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| <function name="print_access_vector"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="selinux_flush_class_cache"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="set_matchpathcon_printf"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="set_matchpathcon_invalidcon"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| <function name="set_matchpathcon_flags"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| <valid>0:7</valid> |
| </arg> |
| </function> |
| |
| <function name="set_matchpathcon_canoncon"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="matchpathcon_init"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="matchpathcon_init_prefix"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="matchpathcon_fini"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="realpath_not_final"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| <minsize type="value" value="4097" baseType="char"/> |
| </arg> |
| </function> |
| |
| <function name="matchpathcon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="3">matchpathcon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| <function name="matchpathcon_index"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="3">matchpathcon_index</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| |
| <function name="matchpathcon_filespec_add"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| <arg nr="3" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="matchpathcon_filespec_destroy"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="matchpathcon_filespec_eval"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="matchpathcon_checkmatches"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| |
| </arg> |
| </function> |
| |
| |
| <function name="matchmediacon"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-uninit/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">matchmediacon</alloc> |
| <dealloc>freecon</dealloc> |
| </memory> |
| |
| |
| <function name="selinux_getenforcemode"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| |
| |
| <function name="selinux_boolean_sub"> |
| <returnValue type="char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| <not-null/> |
| <strz/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true">selinux_boolean_sub</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| |
| <function name="selinux_getpolicytype"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="1">selinux_getpolicytype</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| |
| <function name="selinux_policy_root"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_set_policy_root"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="selinux_current_policy_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_binary_policy_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_failsafe_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_removable_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_default_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_user_contexts_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_file_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_file_context_homedir_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_file_context_local_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_file_context_subs_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_file_context_subs_dist_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_homedir_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_media_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_virtual_domain_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_virtual_image_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_lxc_contexts_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_x_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_sepgsql_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_openrc_contexts_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_openssh_contexts_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_snapperd_contexts_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_systemd_contexts_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_contexts_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_securetty_types_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_booleans_subs_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_booleans_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_customizable_types_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_users_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_usersconf_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_translations_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_colors_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_netfilter_context_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinux_path"> |
| <returnValue type="const char *"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="selinux_check_securetty_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="set_selinuxmnt"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="fini_selinuxmnt"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| </function> |
| |
| <function name="selinuxfs_exists"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| </function> |
| |
| |
| <function name="is_context_customizable"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="selinux_raw_context_to_color"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">selinux_raw_context_to_color</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| <function name="selinux_trans_to_raw_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">selinux_trans_to_raw_context</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| <function name="selinux_raw_to_trans_context"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">selinux_raw_to_trans_context</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| |
| <function name="getseuserbyname"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="2">getseuserbyname</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="true" arg="3">getseuserbyname</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| <function name="getseuser"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="3" direction="out"> |
| <not-null/> |
| </arg> |
| <arg nr="4" direction="out"> |
| <not-null/> |
| </arg> |
| </function> |
| <memory> |
| <alloc init="true" arg="3">getseuser</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| <memory> |
| <alloc init="true" arg="4">getseuser</alloc> |
| <dealloc>free</dealloc> |
| </memory> |
| |
| |
| <function name="selinux_file_context_cmp"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| |
| <function name="selinux_file_context_verify"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| <arg nr="2" direction="in"> |
| <not-uninit/> |
| <not-bool/> |
| </arg> |
| </function> |
| |
| |
| <function name="selinux_lsetfilecon_default"> |
| <returnValue type="int"/> |
| <noreturn>false</noreturn> |
| <use-retval/> |
| <leak-ignore/> |
| <arg nr="1" direction="in"> |
| <not-null/> |
| <not-uninit/> |
| <strz/> |
| </arg> |
| </function> |
| |
| <function name="selinux_reset_config"> |
| <returnValue type="void"/> |
| <noreturn>false</noreturn> |
| <leak-ignore/> |
| <warn severity="warning">This function is not thread safe. Be very sure that no other threads are calling into libselinux when this is called.</warn> |
| </function> |
| </def> |
|
|