|
From: Jiri J. <jja...@re...> - 2013-12-04 14:29:08
|
Use restorecon directly instead of wrapping it with fixfiles. Signed-off-by: Jiri Jaburek <jja...@re...> --- audit-test/utils/selinux-policy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audit-test/utils/selinux-policy/Makefile b/audit-test/utils/selinux-policy/Makefile index d966c46..c6969eb 100644 --- a/audit-test/utils/selinux-policy/Makefile +++ b/audit-test/utils/selinux-policy/Makefile @@ -78,7 +78,7 @@ verify: echo "not installed"; \ fi; @echo -n " Number of LSPP test files labeled incorrectly: "; \ - fixfiles -l /dev/stdout check $(TEST_BASEDIR) | wc -l; + restorecon -rvn $(TEST_BASEDIR) | wc -l; # During this install a role is added to an SELinux user which we use # as a positive test of semanage. If this did not work correctly the -- 1.8.3.1 |