build: add RBAC filter to the only/exclude directive.
This commit is contained in:
parent
780ca65953
commit
c07c5838e4
3 changed files with 8 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ func Configure() {
|
|||
if full && paths.New("apparmor.d/groups/_full").Exist() {
|
||||
prepare.Register("fsp")
|
||||
builder.Register("fsp")
|
||||
prebuild.RBAC = true
|
||||
} else if prebuild.SystemdDir.Exist() {
|
||||
prepare.Register("systemd-early")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue