mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-26 15:06:45 +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 (
|
||||
regAbi4To3 = util.ToRegexRepl([]string{
|
||||
`abi/4.0`, `abi/3.0`,
|
||||
`userns,`, `# userns,`,
|
||||
`mqueue`, `# mqueue`,
|
||||
` userns,`, ` # userns,`,
|
||||
` mqueue`, ` # mqueue`,
|
||||
})
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue