xref: /aosp_15_r20/external/selinux/libselinux/man/man3/matchmediacon.3 (revision 2d543d20722ada2425b5bdab9d0d1d29470e7bba)
"matchmediacon" "3" "15 November 2004" "[email protected]" "SELinux API documentation"
"NAME"
matchmediacon - get the default SELinux security context for the specified mediatype from the policy .
"SYNOPSIS"
#include <selinux/selinux.h> "int matchmediacon(const char *" media ", char **" con ); .
"DESCRIPTION"
matchmediacon () matches the specified media type with the media contexts configuration and sets the security context con to refer to the resulting context. Note: Caller must free returned security context con using freecon (3). .
"RETURN VALUE"
Returns 0 on success or -1 otherwise. .
Files
/etc/selinux/{POLICYTYPE}/contexts/files/media .
"SEE ALSO"
selinux "(8), " freecon "(3)