1freecon(3) SELinux API documentation freecon(3)
2
3
4
6 freecon, freeconary - free memory associated with SELinux security con‐
7 texts.
8
10 #include <selinux/selinux.h>
11
12 void freecon(security_context_t con);
13
14 void freeconary(security_context_t *con);
15
16
18 freecon frees the memory allocated for a security context.
19
20 freeconary frees the memory allocated for a context array.
21
22 If con is NULL, no operation is performed.
23
24
25
27 selinux(8)
28
29
30
31
32russell@coker.com.au 1 January 2004 freecon(3)