fix(build): fsp regex.
This commit is contained in:
parent
483c0c107d
commit
b0c661931a
2 changed files with 4 additions and 1 deletions
|
|
@ -139,6 +139,9 @@ func Configure() {
|
|||
|
||||
func Prebuild() {
|
||||
logging.Step("Building apparmor.d profiles for %s on ABI%d.", prebuild.Distribution, prebuild.ABI)
|
||||
if full {
|
||||
logging.Success("Full system policy enabled")
|
||||
}
|
||||
if prebuild.Version != nilVer {
|
||||
logging.Success("AppArmor version targeted: %.1f", prebuild.Version)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue