mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +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" -}}
|
{{- if eq .Access "bind" -}}
|
||||||
{{ " bind bus=" }}{{ .Bus }}{{ " name=" }}{{ .Name }}
|
{{ " bind bus=" }}{{ .Bus }}{{ " name=" }}{{ .Name }}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{ " " }}{{ .Access }}
|
{{- with .Access -}}
|
||||||
|
{{ " " }}{{ . }}
|
||||||
|
{{- end -}}
|
||||||
{{- with .Bus -}}
|
{{- with .Bus -}}
|
||||||
{{ " bus=" }}{{ . }}
|
{{ " bus=" }}{{ . }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in a new issue