matchmediacon (3) - Linux Manuals
matchmediacon: get the default SELinux security context for the specified mediatype from the policy
Command to display matchmediacon
manual in Linux: $ man 3 matchmediacon
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, 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).
RETURN VALUE
Returns 0 on success or -1 otherwise.
Files
/etc/selinux/{POLICYTYPE}/contexts/files/media
Pages related to matchmediacon
- matchpathcon (3) - get the default SELinux security context for the specified path from the file contexts configuration
- matchpathcon_checkmatches (3) - check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
- matchpathcon_filespec_add (3) - check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
- matchpathcon_filespec_destroy (3) - check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
- matchpathcon_filespec_eval (3) - check and report whether any specification index has no matches with any inode. Maintenance and statistics on inode associations
- matchpathcon_fini (3) - get the default SELinux security context for the specified path from the file contexts configuration
- matchpathcon_index (3) - get the default SELinux security context for the specified path from the file contexts configuration
- matchpathcon_init (3) - get the default SELinux security context for the specified path from the file contexts configuration
- math (3) - Math facilities of the library include: