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

17 lines
482 B
Plaintext
Raw Normal View History

{{- /* apparmor.d - Full set of apparmor profiles */ -}}
{{- /* Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io> */ -}}
{{- /* SPDX-License-Identifier: GPL-2.0-only */ -}}
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 -}}