Blob Blame History Raw
.TH "matchmediacon" "3" "15 November 2004" "dwalsh@redhat.com" "SE Linux API documentation"
.SH "NAME"
matchmediacon \- get the default security context for the specified mediatype from the policy.

.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.sp
.BI "int matchmediacon(const char *" media ", security_context_t *" con);"
.br 

.SH "DESCRIPTION"
.br
.B matchmediacon 
matches the specified media type with the media contexts configuration and sets the security context "con" to refer to the resulting context. 
.sp
.br
.B Note: 
   Caller must free returned security context "con" using freecon.
.SH "RETURN VALUE"
Returns 0 on success or -1 otherwise.

.SH Files
/etc/selinux/POLICYTYPE/contexts/files/media

.SH "SEE ALSO"
.BR freecon "(3)