selinux_users_path: annotate deprecated
Signed-off-by: William Roberts <william.c.roberts@intel.com>
This commit is contained in:
parent
39fc7a9991
commit
d2d4353c97
1 changed files with 5 additions and 1 deletions
|
@ -586,7 +586,11 @@ __attribute__ ((deprecated))
|
|||
;
|
||||
extern const char *selinux_customizable_types_path(void);
|
||||
/* Deprecated as policy ./users no longer supported. */
|
||||
extern const char *selinux_users_path(void);
|
||||
extern const char *selinux_users_path(void)
|
||||
#ifdef __GNUC__
|
||||
__attribute__ ((deprecated))
|
||||
#endif
|
||||
;
|
||||
extern const char *selinux_usersconf_path(void);
|
||||
extern const char *selinux_translations_path(void);
|
||||
extern const char *selinux_colors_path(void);
|
||||
|
|
Loading…
Reference in a new issue