diff --git a/pkg/aa/template.go b/pkg/aa/template.go index 48d88c8d..893442eb 100644 --- a/pkg/aa/template.go +++ b/pkg/aa/template.go @@ -15,7 +15,7 @@ import ( const indentation = " " var ( - //go:embed template.j2 + //go:embed templates/profile.j2 tmplFileAppArmorProfile string // tmplFunctionMap is the list of function available in the template diff --git a/pkg/aa/template.j2 b/pkg/aa/templates/profile.j2 similarity index 100% rename from pkg/aa/template.j2 rename to pkg/aa/templates/profile.j2