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
|
|
@ -13,6 +13,9 @@ var (
|
|||
// AppArmor version
|
||||
Version = 4.0
|
||||
|
||||
// Either or not RBAC is enabled
|
||||
RBAC = false
|
||||
|
||||
// Pkgname is the name of the package
|
||||
Pkgname = "apparmor.d"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue