From 00531deb5060b788a22beaa287cd424746cafc34 Mon Sep 17 00:00:00 2001 From: Samson-W Date: Tue, 6 Jul 2021 23:58:29 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 100644 => 100755 README.md diff --git a/README.md b/README.md old mode 100644 new mode 100755 index ca7e76b..d2fff5e --- a/README.md +++ b/README.md @@ -140,6 +140,13 @@ Use the command to harden your OS: # bash bin/hardening.sh --apply ``` +### rsyslog config +If rsyslog is used, and you want to print the harbian-audit log to a separate log file, the configuration is as follows: +``` +user.info /var/log/harbian-audit.log +user.* -/var/log/user.log +``` + ## After remediation (Very important) When exec --apply and set-hardening-level are set to 5 (the highest level), you need to do the following: @@ -280,7 +287,6 @@ AMI Name: harbian-audit complianced for Debian GNU/Linux 9 [How to creating and making a QEMU image of harbian-audit complianced Debian GNU/Linux 9](https://github.com/hardenedlinux/harbian-audit/blob/master/docs/complianced_image/QEMU/how_to_creating_and_making_a_QEMU_img.mkd) [How to use QEMU image of harbian-audit complicanced Debian GNU/Linux 9](https://github.com/hardenedlinux/harbian-audit/blob/master/docs/complianced_image/QEMU/how_to_use_QEMU_image_of_harbian_audit_complianced_Debian_9.mkd) - ## harbian-audit License GPL 3.0