feat(aa): add sub templates.
This commit is contained in:
parent
cb441733c0
commit
09a06db803
6 changed files with 63 additions and 35 deletions
8
pkg/aa/templates/comments.j2
Normal file
8
pkg/aa/templates/comments.j2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{{- define "comments" -}}
|
||||
{{- if .FileInherit -}}
|
||||
{{- " # file_inherit" -}}
|
||||
{{- end -}}
|
||||
{{- if .NoNewPrivs -}}
|
||||
{{- " # no new privs" -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue