selabel_lookup_best_match_raw (3) Linux Manual Page
selabel_lookup_best_match – obtain a best match SELinux security context – Only supported on file backend. Synopsis #include <selinux/selinux.h> #include <selinux/label.h> int selabel_lookup_best_match(struct selabel_handle *hnd, char **context, const char *key, const char **links, int type); int selabel_lookup_best_match_raw(struct selabel_handle *hnd, char **context, const char *key, const char **links, int type); Description selabel_lookup_best_match() performs a best match lookup…
