mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-26 23:19:26 +01:00
fix(build): abi 4 to abi 3 conversion.
This commit is contained in:
parent
8ddaa136ba
commit
c5505dee8b
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import (
|
||||||
var (
|
var (
|
||||||
regAbi4To3 = util.ToRegexRepl([]string{
|
regAbi4To3 = util.ToRegexRepl([]string{
|
||||||
`abi/4.0`, `abi/3.0`,
|
`abi/4.0`, `abi/3.0`,
|
||||||
`userns,`, `# userns,`,
|
` userns,`, ` # userns,`,
|
||||||
`mqueue`, `# mqueue`,
|
` mqueue`, ` # mqueue`,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue