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 5.5

freecon(3)


freecon

freecon

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

freecon, freeconary − free memory associated with SELinux security contexts.

SYNOPSIS

#include <selinux/selinux.h>

void freecon(security_context_t con);

void freeconary(security_context_t *con);

DESCRIPTION

freecon frees the memory allocated for a security context.

freeconary frees the memory allocated for a context array.

If con is NULL, no operation is performed.

SEE ALSO

selinux(8)



freecon(3)