matchpathcon_fini (3) Linux Manual Page
NAME matchpathcon, matchpathcon_index – get the default SELinux security context for the specified path from the file contexts configuration SYNOPSIS #include <selinux/selinux.h> int matchpathcon_init(const char *path); int matchpathcon_init_prefix(const char *path, const char *prefix); int matchpathcon_fini(void); int matchpathcon(const char *path, mode_t mode, char **con); int matchpathcon_index(const char *name, mode_t mode, char **con); DESCRIPTION This family of…
