freecon

Langue: en

Autres versions - même langue

Version: 37448 (fedora - 16/08/07)

Section: 3 (Bibliothèques de fonctions)

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.

SEE ALSO

selinux(8)