User login |
freecon (3)
freecon(3) SELinux API documentation freecon(3)
NAME
freecon, freeconary - free memory associated with SELinux security con-
texts.
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)
<a href="mailto:russell@coker.com.au">russell@coker.com.au</a> 1 January 2004 freecon(3)
|