Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selinux.c: do not use deprecated typedef and skip context translation
These retrieved contexts are just passed to libselinux functions and not printed or otherwise made available to the outside, so a context translation to human readable MCS/MLS labels is not needed. (see man:setrans.conf(5)) The typedef security_context_t is deprecated, see SELinuxProject/selinux@9eb9c93 Signed-off-by: Christian Göttsche <[email protected]> Acked-by: James Carter <[email protected]>
- Loading branch information