freecon

NAME

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

SYNOPSIS

#include <selinux/selinux.h> I void freecon(security_context_t con );
I 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

R selinux (8)