mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-24 14:06:47 +01:00
fix(aa): import missing lib & improve template indentation.
This commit is contained in:
parent
09a06db803
commit
c249005958
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
package aa
|
||||
|
||||
import "strings"
|
||||
|
||||
// Qualifier to apply extra settings to a rule
|
||||
type Qualifier struct {
|
||||
Audit bool
|
||||
|
|
Loading…
Reference in a new issue