apparmor.d/pkg/aa/templates/comment.j2
2023-09-30 13:22:04 +01:00

9 lines
192 B
Django/Jinja

{{- define "comment" -}}
{{- if .FileInherit -}}
{{- " # file_inherit" -}}
{{- end -}}
{{- if .NoNewPrivs -}}
{{- " # no new privs" -}}
{{- end -}}
{{- end -}}