apparmor.d/pkg/aa/templates/include.j2

13 lines
297 B
Plaintext
Raw Normal View History

2023-09-29 21:28:56 +02:00
{{- define "include" -}}
{{- "include" -}}
{{- if .IfExists -}}
{{ " if exists" }}
{{- end -}}
{{- if .IsMagic -}}
{{ " <" }}{{ .Path }}{{ ">" }}
{{- else -}}
{{ " \"" }}{{ .Path }}{{ "\"" }}
{{- end -}}
2024-04-15 00:58:34 +02:00
{{- template "comment" . -}}
2023-09-29 21:28:56 +02:00
{{- end -}}