feat: small update and minor fixes.

This commit is contained in:
Alexandre Pujol 2024-03-05 18:29:44 +00:00
parent ff849b9f09
commit 1df176cf7b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
11 changed files with 18 additions and 22 deletions

View file

@ -60,7 +60,7 @@ func aaLog(logger string, path string, profile string) error {
}
if raw {
fmt.Print(strings.Join(logs.GetApparmorLogs(file, profile), "\n"))
fmt.Print(strings.Join(logs.GetApparmorLogs(file, profile), "\n") + "\n")
return nil
}