mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(aa-log): profile template.
This commit is contained in:
parent
f4ba16861f
commit
5516eef952
1 changed files with 4 additions and 4 deletions
|
@ -129,10 +129,10 @@ profile {{ .Name }}{{ " " }}
|
|||
{{- range .Options -}}
|
||||
{{ . }}{{ " " }}
|
||||
{{- end -}}
|
||||
{{ ")" }}
|
||||
{{ ") " }}
|
||||
{{- end -}}
|
||||
{{- if .Source -}}
|
||||
{{ " " }}{{ .Source }}
|
||||
{{ .Source }}{{ " " }}
|
||||
{{- end -}}
|
||||
{{- if .MountPoint -}}
|
||||
{{ "-> " }}{{ .MountPoint }}
|
||||
|
@ -153,7 +153,7 @@ profile {{ .Name }}{{ " " }}
|
|||
{{- range .Options -}}
|
||||
{{ . }}{{ " " }}
|
||||
{{- end -}}
|
||||
{{ ")" }}
|
||||
{{ ") " }}
|
||||
{{- end -}}
|
||||
{{- if .MountPoint -}}
|
||||
{{ .MountPoint }}
|
||||
|
@ -174,7 +174,7 @@ profile {{ .Name }}{{ " " }}
|
|||
{{- range .Options -}}
|
||||
{{ . }}{{ " " }}
|
||||
{{- end -}}
|
||||
{{ ")" }}
|
||||
{{ ") " }}
|
||||
{{- end -}}
|
||||
{{- if .Remount -}}
|
||||
{{ .Remount }}
|
||||
|
|
Loading…
Reference in a new issue