feat(aa): update parse definition to last changes.
This commit is contained in:
parent
163c5be61c
commit
cd03640c10
3 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ func (b Userspace) Apply(opt *Option, profile string) (string, error) {
|
|||
}
|
||||
|
||||
f := aa.DefaultTunables()
|
||||
if err := f.Parse(profile); err != nil {
|
||||
if _, err := f.Parse(profile); err != nil {
|
||||
return "", err
|
||||
}
|
||||
if err := f.Resolve(); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue