From e8058a1ee5ea00117b29239ee00ef8ae010df81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Tue, 19 Oct 2021 11:10:09 +0200 Subject: [PATCH] Remove the "no service" option Apparently, sealert doesn't allow this option to be used with other options, and returns a wonderful: "cannot run as noservice with other option" Change-Id: I18d2a2efd21c2748a3e74907ba0654e51bf9fe82 --- roles/collect_logs/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/collect_logs/defaults/main.yml b/roles/collect_logs/defaults/main.yml index cb94f2f..55c79ea 100644 --- a/roles/collect_logs/defaults/main.yml +++ b/roles/collect_logs/defaults/main.yml @@ -293,7 +293,7 @@ artcl_commands: /usr/bin/perl /usr/local/bin/consolidate-avc.pl /var/log/extra/selinux_denials.txt selinux_denials_detail: cmd: > - sealert -S -a /var/log/extra/selinux_consolidated_avc.txt + sealert -a /var/log/extra/selinux_consolidated_avc.txt seqfaults: cmd: > grep -v ansible-command /var/log/messages | grep segfault