2008-08-19 21:30:36 +02:00
. \" Hey Emacs! This file is -*- nroff -*- source.
. \"
. \" Author: Eamon Walsh (ewalsh@tycho.nsa.gov) 2007
.TH "selabel_stats" "3" "18 Jun 2007" "" "SELinux API documentation"
.SH "NAME"
2012-11-13 21:15:34 +01:00
selabel_stats \- obtain SELinux labeling statistics
.
2008-08-19 21:30:36 +02:00
.SH "SYNOPSIS"
.B #include <selinux/selinux.h>
2012-11-13 21:15:34 +01:00
.br
2008-08-19 21:30:36 +02:00
.B #include <selinux/label.h>
.sp
2012-11-16 10:03:00 +01:00
.BI "void selabel_stats(struct selabel_handle *" hnd ");"
2012-11-13 21:15:34 +01:00
.
2008-08-19 21:30:36 +02:00
.SH "DESCRIPTION"
2012-11-13 21:15:34 +01:00
.BR selabel_stats ()
2008-08-19 21:30:36 +02:00
causes zero or more messages to be printed containing backend-specific information about number of queries performed, number of unused entries, or other operational information.
The messages are printed to standard error by default; a custom logging function can be provided via
.BR selinux_set_callback (3).
2012-11-13 21:15:34 +01:00
.
2008-08-19 21:30:36 +02:00
.SH "RETURN VALUE"
None.
2012-11-13 21:15:34 +01:00
.
2008-08-19 21:30:36 +02:00
.SH "ERRORS"
None.
2012-11-13 21:15:34 +01:00
.
2008-08-19 21:30:36 +02:00
.SH "AUTHOR"
Eamon Walsh <ewalsh@tycho.nsa.gov>
2012-11-13 21:15:34 +01:00
.
2008-08-19 21:30:36 +02:00
.SH "SEE ALSO"
.BR selabel_open (3),
.BR selabel_lookup (3),
.BR selinux_set_callback (3),
.BR selinux (8)