File: freecon.3

package info (click to toggle)
libselinux 1.32-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,192 kB
  • ctags: 2,205
  • sloc: ansic: 13,005; sh: 195; makefile: 133; python: 103
file content (16 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH "freecon" "3" "1 January 2004" "russell@coker.com.au" "SE Linux API documentation"
.SH "NAME"
freecon, freeconary \- free memory associated with SE Linux security contexts.
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
.sp
.BI "void freecon(security_context_t "con );
.br 
.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.