feat(aa-log): minor apparmor profile struct tweak.
This commit is contained in:
parent
261778dbb3
commit
f4ba16861f
2 changed files with 14 additions and 14 deletions
|
|
@ -52,8 +52,8 @@ type Qualifier struct {
|
|||
// Preamble rules
|
||||
|
||||
type Abi struct {
|
||||
AbsPath string
|
||||
MagicPath string
|
||||
Path string
|
||||
IsMagic bool
|
||||
}
|
||||
|
||||
type Alias struct {
|
||||
|
|
@ -62,9 +62,9 @@ type Alias struct {
|
|||
}
|
||||
|
||||
type Include struct {
|
||||
IfExists bool
|
||||
AbsPath string
|
||||
MagicPath string
|
||||
IfExists bool
|
||||
Path string
|
||||
IsMagic bool
|
||||
}
|
||||
|
||||
type Variable struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue