Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   selabel_stats    ( 3 )

получить статистику маркировки SELinux (obtain SELinux labeling statistics)

Имя (Name)

selabel_stats - obtain SELinux labeling statistics


Синопсис (Synopsis)

#include <selinux/selinux.h> #include <selinux/label.h>

void selabel_stats(struct selabel_handle *hnd);


Описание (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).


Возвращаемое значение (Return value)

None.


Ошибки (Error)

None.