mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
refractor: move profile template in its own directory.
This commit is contained in:
parent
6cbc076ba4
commit
5b180bfeb2
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import (
|
||||||
const indentation = " "
|
const indentation = " "
|
||||||
|
|
||||||
var (
|
var (
|
||||||
//go:embed template.j2
|
//go:embed templates/profile.j2
|
||||||
tmplFileAppArmorProfile string
|
tmplFileAppArmorProfile string
|
||||||
|
|
||||||
// tmplFunctionMap is the list of function available in the template
|
// tmplFunctionMap is the list of function available in the template
|
||||||
|
|
Loading…
Reference in a new issue