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

9 lines
192 B
Plaintext
Raw Normal View History

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