matchmediacon - get the default SELinux security context for the specified mediatype from the policy
Contents
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).
Files
/etc/selinux/{POLICYTYPE}/contexts/files/mediaName
matchmediacon - get the default SELinux security context for the specified mediatype from the policy
Return Value
Returns 0 on success or -1 otherwise.
See Also
selinux(8), freecon(3) dwalsh@redhat.com 15 November 2004 matchmediacon(3)
Synopsis
#include<selinux/selinux.h>intmatchmediacon(constchar*media,char**con);
