selabel_partial_match (3) - Linux Manuals
selabel_partial_match: determine whether a direct or partial match is
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);