1freecon(3) SE Linux API documentation freecon(3)
23
4
NAME
6freecon, freeconary - free memory associated with SELinux security con‐
7texts.
8
SYNOPSIS
10#include <selinux/selinux.h>
1112
void freecon(security_context_t con);
1314
void freeconary(security_context_t *con);
1516
DESCRIPTION
18freecon frees the memory allocated for a security context.
1920
freeconary frees the memory allocated for a context array.
2122
SEE ALSO
24selinux(8)
2526
27
28
29
russell@coker.com.au 1 January 2004 freecon(3)