You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libselinux: ignore internal use of deprecated interfaces
Ignore internal use of deprecated interfaces within deprecated
interfaces.
compute_user.c: In function ‘security_compute_user’:
compute_user.c:93:9: error: ‘security_compute_user_raw’ is deprecated: Use get_ordered_context_list(3) family [-Werror=deprecated-declarations]
93 | ret = security_compute_user_raw(rscon, user, con);
| ^~~
compute_user.c:13:5: note: declared here
13 | int security_compute_user_raw(const char * scon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Christian Göttsche <[email protected]>
0 commit comments