mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(aa-log): improve profile rendering.
This commit is contained in:
parent
243e4efb09
commit
c8f37afe9a
1 changed files with 3 additions and 1 deletions
|
@ -238,7 +238,9 @@
|
|||
{{- if eq .Access "bind" -}}
|
||||
{{ " bind bus=" }}{{ .Bus }}{{ " name=" }}{{ .Name }}
|
||||
{{- else -}}
|
||||
{{ " " }}{{ .Access }}
|
||||
{{- with .Access -}}
|
||||
{{ " " }}{{ . }}
|
||||
{{- end -}}
|
||||
{{- with .Bus -}}
|
||||
{{ " bus=" }}{{ . }}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in a new issue