freeconary

TriggerTek Logo
abcdefghijklmnopqrstuvwxyz_
freecon(3)		  SE Linux API documentation		   freecon(3)



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.



russell@coker.com.au		1 January 2004			   freecon(3)