apparmor.d/pkg/aa/templates/comments.j2
2023-09-29 20:28:56 +01:00

8 lines
193 B
Django/Jinja

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