Message ID | 20200225200219.6163-6-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 e5c8fdf3e4fb..e531f927be1e 100644 --- a/libselinux/include/selinux/selinux.h +++ b/libselinux/include/selinux/selinux.h @@ -629,7 +629,8 @@ extern int setexecfilecon(const char *filename, const char *fallback_type); /* Execute a helper for rpm in an appropriate security context. */ extern int rpm_execcon(unsigned int verified, const char *filename, - char *const argv[], char *const envp[]); + char *const argv[], char *const envp[]) + __attribute__((deprecated("Use setexecfilecon and execve"))); #endif /* Returns whether a file context is customizable, and should not