On 02/12/2019 13:02, Kamil Dudka wrote:
* src/chcon.c (main): Skip call of security_check_context()
in case SELinux is disabled to avoid unnecessary failure.

Bug: https://bugzilla.redhat.com/1777831

Cool I'll apply that with the following changes:
s/validte/validate/ in commit summary


+      if (is_selinux_enabled()
  +      if (0 < is_selinux_enabled()

cheers,
Pádraig


Reply via email to