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

9 lines
193 B
Plaintext
Raw Normal View History

2023-09-29 21:28:56 +02:00
{{- define "comments" -}}
{{- if .FileInherit -}}
{{- " # file_inherit" -}}
{{- end -}}
{{- if .NoNewPrivs -}}
{{- " # no new privs" -}}
{{- end -}}
{{- end -}}