selabel_partial_match(3) determine whether a direct or partial match is

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.