logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

matchmediacon - get the default SELinux security context for the specified mediatype from the policy

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/media

Name

       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);

See Also