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

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



   selabel_partial_match    ( 3 )

поддерживается только в файловой системе (only supported on file backend.)

Имя (Name)

selabel_partial_match - determine whether a direct or partial
       match is possible on a file path - Only supported on file
       backend.

Синопсис (Synopsis)

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

bool selabel_partial_match(struct selabel_handle *hnd, const char *key);


Описание (Description)

selabel_partial_match() performs a partial match operation on the
       handle hnd, returning TRUE or FALSE.  The key parameter is a file
       path to check for a direct or partial match.

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

TRUE is returned if a direct or partial match is found, FALSE if
       not.

Смотри также (See also)

selabel_open(3), selabel_stats(3), selinux_set_callback(3),
       selinux(8), selabel_file(5)