1freecon(3)                SE Linux API documentation                freecon(3)
2
3
4

NAME

6       freecon, freeconary - free memory associated with SELinux security con‐
7       texts.
8

SYNOPSIS

10       #include <selinux/selinux.h>
11
12       void freecon(security_context_t con);
13
14       void freeconary(security_context_t *con);
15
16

DESCRIPTION

18       freecon frees the memory allocated for a security context.
19
20       freeconary frees the memory allocated for a context array.
21
22

SEE ALSO

24       selinux(8)
25
26
27
28
29russell@coker.com.au            1 January 2004                      freecon(3)
Impressum