matchmediacon (3) Linux Manual Page
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).
