Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

matchmediacon(3)


matchmediacon

matchmediacon

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
Files
SEE ALSO

NAME

matchmediacon − get the default 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.

RETURN VALUE

Returns 0 on success or -1 otherwise.

Files

/etc/selinux/POLICYTYPE/contexts/files/media

SEE ALSO

freecon(3)



matchmediacon(3)