logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

selabel_stats - obtain SELinux labeling statistics

Author

       Eamon Walsh <ewalsh@tycho.nsa.gov>

Description

selabel_stats()  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
       selinux_set_callback(3).

Errors

       None.

Name

       selabel_stats - obtain SELinux labeling statistics

Return Value

       None.

See Also

selabel_open(3), selabel_lookup(3), selinux_set_callback(3), selinux(8)

                                                   18 Jun 2007                                  selabel_stats(3)

Synopsis

#include<selinux/selinux.h>#include<selinux/label.h>voidselabel_stats(structselabel_handle*hnd);

See Also