mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-13 17:44:54 +00:00
26 lines
549 B
Groff
26 lines
549 B
Groff
|
.TH "freecon" "3" "1 January 2004" "russell@coker.com.au" "SELinux API documentation"
|
||
|
.SH "NAME"
|
||
|
freecon, freeconary \- free memory associated with SELinux security contexts.
|
||
|
.SH "SYNOPSIS"
|
||
|
.B #include <selinux/selinux.h>
|
||
|
.sp
|
||
|
.BI "void freecon(security_context_t "con );
|
||
|
|
||
|
.BI "void freeconary(security_context_t *" con );
|
||
|
|
||
|
.SH "DESCRIPTION"
|
||
|
.B freecon
|
||
|
frees the memory allocated for a security context.
|
||
|
|
||
|
.B freeconary
|
||
|
frees the memory allocated for a context array.
|
||
|
|
||
|
If
|
||
|
.I con
|
||
|
is NULL, no operation is performed.
|
||
|
|
||
|
|
||
|
.SH "SEE ALSO"
|
||
|
.BR selinux "(8)"
|
||
|
|