2024-04-17 19:02:41 +02:00
|
|
|
{{- /* apparmor.d - Full set of apparmor profiles */ -}}
|
|
|
|
{{- /* Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io> */ -}}
|
|
|
|
{{- /* SPDX-License-Identifier: GPL-2.0-only */ -}}
|
|
|
|
|
|
|
|
{{- define "mqueue" -}}
|
|
|
|
{{- template "qualifier" . -}}
|
|
|
|
{{- "mqueue" -}}
|
|
|
|
{{- with .Access -}}
|
2024-04-23 22:27:35 +02:00
|
|
|
{{ " " }}{{ cjoin . }}
|
2024-04-17 19:02:41 +02:00
|
|
|
{{- end -}}
|
2024-06-29 23:33:45 +02:00
|
|
|
{{- .Padding 2 -}}
|
2024-04-17 19:02:41 +02:00
|
|
|
{{- with .Type -}}
|
|
|
|
{{ " type=" }}{{ . }}
|
|
|
|
{{- end -}}
|
2024-06-29 23:33:45 +02:00
|
|
|
{{- .Padding 3 -}}
|
2024-04-17 19:02:41 +02:00
|
|
|
{{- with .Label -}}
|
|
|
|
{{ " label=" }}{{ . }}
|
|
|
|
{{- end -}}
|
2024-06-29 23:33:45 +02:00
|
|
|
{{- .Padding 4 -}}
|
2024-04-17 19:02:41 +02:00
|
|
|
{{- with .Name -}}
|
|
|
|
{{ " " }}{{ . }}
|
|
|
|
{{- end -}}
|
|
|
|
{{- "," -}}
|
2024-06-29 23:33:45 +02:00
|
|
|
{{- .Padding 5 -}}
|
2024-04-17 19:02:41 +02:00
|
|
|
{{- template "comment" . -}}
|
|
|
|
{{- end -}}
|