mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
{{- define "comments" -}}
|
||
|
{{- if .FileInherit -}}
|
||
|
{{- " # file_inherit" -}}
|
||
|
{{- end -}}
|
||
|
{{- if .NoNewPrivs -}}
|
||
|
{{- " # no new privs" -}}
|
||
|
{{- end -}}
|
||
|
{{- end -}}
|