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

12 lines
269 B
Plaintext
Raw Normal View History

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