selinux/libselinux/man/man3/selabel_partial_match.3
Richard Haines e7f970ffd1 libselinux: Add selabel partial and best match APIs
Add support for new API functions selabel_partial_match and
selabel_lookup_best_match ported from the Android libselinux
fork.

Add supporting man(3) pages and test utilities: selabel_lookup,
selabel_lookup_best_match and selabel_partial_match.

Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
2015-05-06 11:58:44 -04:00

35 lines
927 B
Groff

.TH "selabel_partial_match" "3" "05 May 2015" "Security Enhanced Linux" "SELinux API documentation"
.SH "NAME"
selabel_partial_match \- determine whether a direct or partial match is
possible on a file path \- Only supported on file backend.
.
.SH "SYNOPSIS"
.B #include <stdbool.h>
.br
.B #include <selinux/selinux.h>
.br
.B #include <selinux/label.h>
.sp
.BI "bool selabel_partial_match(struct selabel_handle *" hnd ,
.in +\w'int selabel_partial_match('u
.BI "const char *" key ");"
.in
.
.SH "DESCRIPTION"
.BR selabel_partial_match ()
performs a partial match operation on the handle
.IR hnd ,
returning TRUE or FALSE.
The \fIkey\fR parameter is a file path to check for a direct or partial match.
.sp
.SH "RETURN VALUE"
TRUE is returned if a direct or partial match is found, FALSE if not.
.sp
.SH "SEE ALSO"
.BR selabel_open (3),
.BR selabel_stats (3),
.BR selinux_set_callback (3),
.BR selinux (8),
.BR selabel_file (5)