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

12 lines
264 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 -}}
{{- end -}}