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 "ptrace" -}}
|
|
|
|
{{- template "qualifier" . -}}
|
|
|
|
{{- "ptrace" -}}
|
|
|
|
{{- 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 .Peer -}}
|
|
|
|
{{ " peer=" }}{{ . }}
|
|
|
|
{{- end -}}
|
|
|
|
{{- "," -}}
|
2024-06-29 23:33:45 +02:00
|
|
|
{{- .Padding 3 -}}
|
2024-04-17 19:02:41 +02:00
|
|
|
{{- template "comment" . -}}
|
|
|
|
{{- end -}}
|