mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 07:17:22 +01:00
12 lines
242 B
Text
12 lines
242 B
Text
|
{{- define "qualifier" -}}
|
||
|
{{- if .Owner -}}
|
||
|
{{- "owner " -}}
|
||
|
{{- end -}}
|
||
|
{{- if .Audit -}}
|
||
|
{{- "audit " -}}
|
||
|
{{- end -}}
|
||
|
{{- if eq .AccessType "deny" -}}
|
||
|
{{- "deny " -}}
|
||
|
{{- end -}}
|
||
|
{{- end -}}
|