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

freeconary(3)


freecon

freecon

NAME
SYNOPSIS
DESCRIPTION

NAME

freecon, freeconary − free memory associated with SE Linux 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.



freeconary(3)