matchmediacon(3) centos man page | unix.com

Man Page: matchmediacon

Operating Environment: centos

Section: 3

matchmediacon(3)					     SELinux API documentation						  matchmediacon(3)

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, security_context_t *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) dwalsh@redhat.com 15 November 2004 matchmediacon(3)
Related Man Pages
getcon(3) - mojave
freecon(3) - mojave
getcon(3) - ultrix
freecon(3) - posix
getcon(3) - posix
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Set hard block limit for user using quota
CentOS7 restoring file capabilities
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq