mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
build: cleanup build output.
This commit is contained in:
parent
79ad345034
commit
64a5dea47e
@ -60,19 +60,7 @@ func aaPrebuild() error {
|
||||
if err := prebuild.Prepare(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
if err := prebuild.Build(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
logging.Success("Builded profiles with: ")
|
||||
logging.Bullet("Bypass userspace tools restriction")
|
||||
if complain {
|
||||
logging.Bullet("Set complain flag on all profiles")
|
||||
} else if enforce {
|
||||
logging.Bullet("All profiles have been enforced")
|
||||
}
|
||||
return nil
|
||||
return prebuild.Build()
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user