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

12 lines
269 B
Text
Raw Normal View History

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