build: add support for apparmor 4.1
Enabled when prebuild is run with the --version 4.1 argument
This commit is contained in:
parent
ebc8b29b1d
commit
e4a7e16ec0
5 changed files with 37 additions and 3 deletions
|
|
@ -10,6 +10,9 @@ var (
|
|||
// AppArmor ABI version
|
||||
ABI uint = 0
|
||||
|
||||
// AppArmor version
|
||||
Version string = "4.0"
|
||||
|
||||
// Pkgname is the name of the package
|
||||
Pkgname string = "apparmor.d"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue