Message ID | 20200225200219.6163-11-william.c.roberts@intel.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [01/17] security_load_booleans: update return comment | expand |
diff --git a/libselinux/include/selinux/selinux.h b/libselinux/include/selinux/selinux.h index 20ac8498ac9c..26f8432cd4c3 100644 --- a/libselinux/include/selinux/selinux.h +++ b/libselinux/include/selinux/selinux.h @@ -465,7 +465,8 @@ extern int matchpathcon_init(const char *path) extern int matchpathcon_init_prefix(const char *path, const char *prefix); /* Free the memory allocated by matchpathcon_init. */ -extern void matchpathcon_fini(void); +extern void matchpathcon_fini(void) + __attribute__ ((deprecated("Use selabel_close"))); /* Resolve all of the symlinks and relative portions of a pathname, but NOT * the final component (same a realpath() unless the final component is a