1selabel_stats(3)           SELinux API documentation          selabel_stats(3)
2
3
4

NAME

6       selabel_stats - obtain SELinux labeling statistics.
7

SYNOPSIS

9       #include <selinux/selinux.h>
10
11       #include <selinux/label.h>
12
13       void selabel_lookup(struct selabel_handle *hnd);
14
15

DESCRIPTION

17       selabel_stats  causes  zero  or  more messages to be printed containing
18       backend-specific information about number of queries performed,  number
19       of unused entries, or other operational information.
20
21       The messages are printed to standard error by default; a custom logging
22       function can be provided via selinux_set_callback(3).
23
24

RETURN VALUE

26       None.
27
28

ERRORS

30       None.
31
32

AUTHOR

34       Eamon Walsh <ewalsh@tycho.nsa.gov>
35
36

SEE ALSO

38       selabel_open(3), selabel_lookup(3), selinux_set_callback(3), selinux(8)
39
40
41
42
43                                  18 Jun 2007                 selabel_stats(3)
Impressum