commit | f4e741a144124e8197d3d20ed53a6938ccd6593d | [log] [tgz] |
---|---|---|
author | Petr Lautrbach <plautrba@redhat.com> | Tue Sep 24 21:08:54 2019 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Sep 26 08:31:45 2019 -0400 |
tree | 05e4bf449b377ecdaf4663ceafbc39ff4f77e7a9 | |
parent | d3a8fc4c03ea1bbe1a5da70e4d0bc164ce1c38b0 [diff] |
policycoreutils/fixfiles: Force full relabel when SELinux is disabled The previous check used getfilecon to check whether / slash contains a label, but getfilecon fails only when SELinux is disabled. Therefore it's better to check this using selinuxenabled. Signed-off-by: Petr Lautrbach <plautrba@redhat.com>