build: add support for apparmor 4.1

Enabled when prebuild is run with the --version 4.1 argument
This commit is contained in:
Alexandre Pujol 2025-03-14 22:07:59 +01:00
parent ebc8b29b1d
commit e4a7e16ec0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 37 additions and 3 deletions

View file

@ -23,7 +23,7 @@ func init() {
RegisterBuilder(&ReAttach{
Base: prebuild.Base{
Keyword: "attach",
Msg: "Re-attach disconnect path",
Msg: "Re-attach disconnected path",
},
})
}