
29 Nov
2022
29 Nov
'22
12:45 p.m.
On a Tuesday in 2022, Michal Privoznik wrote:
As of [1]. libselinux changed the type of context_str() - it now returns a const string. Follow this change in our code base.
1: https://github.com/SELinuxProject/selinux/commit/dd98fa322766760c4e1f029cf19...
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/security/security_selinux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano