mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix(build): profile abi bypass on debian.
This commit is contained in:
parent
9f8938287c
commit
b53509664a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
regABI = regexp.MustCompile(`abi <abi/[0-9.]*>,\n\n`)
|
regABI = regexp.MustCompile(`abi <abi/[0-9.]*>,\n`)
|
||||||
regAttachments = regexp.MustCompile(`(profile .* @{exec_path})`)
|
regAttachments = regexp.MustCompile(`(profile .* @{exec_path})`)
|
||||||
regFlag = regexp.MustCompile(`flags=\(([^)]+)\)`)
|
regFlag = regexp.MustCompile(`flags=\(([^)]+)\)`)
|
||||||
regProfileHeader = regexp.MustCompile(` {`)
|
regProfileHeader = regexp.MustCompile(` {`)
|
||||||
|
|
Loading…
Reference in a new issue