feat(aa): add some missing rule template.
This commit is contained in:
parent
978daa446b
commit
068373405f
4 changed files with 36 additions and 2 deletions
|
|
@ -22,6 +22,10 @@
|
|||
{{- template "include" . -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if eq $type "All" -}}
|
||||
{{- template "all" . -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if eq $type "Rlimit" -}}
|
||||
{{- template "rlimit" . -}}
|
||||
{{- end -}}
|
||||
|
|
@ -62,6 +66,10 @@
|
|||
{{- template "mqueue" . -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if eq $type "IOUring" -}}
|
||||
{{- template "io_uring" . -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if eq $type "Unix" -}}
|
||||
{{- template "unix" . -}}
|
||||
{{- end -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue