Message ID | 20200225200219.6163-12-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 26f8432cd4c3..ed00367b14fe 100644 --- a/libselinux/include/selinux/selinux.h +++ b/libselinux/include/selinux/selinux.h @@ -480,7 +480,8 @@ extern int realpath_not_final(const char *name, char *resolved_path); If matchpathcon_init has not already been called, then this function will call it upon its first invocation with a NULL path. */ extern int matchpathcon(const char *path, - mode_t mode, char ** con); + mode_t mode, char ** con) + __attribute__ ((deprecated("Use selabel_lookup instead"))); /* Same as above, but return a specification index for later use in a matchpathcon_filespec_add() call - see below. */