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

12 lines
269 B
Django/Jinja

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