build: cosmetic on build task name.

This commit is contained in:
Alexandre Pujol 2025-08-24 22:52:08 +02:00
parent 1724040229
commit 9b7c1acb1b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ func init() {
RegisterBuilder(&FullSystemPolicy{
Base: prebuild.Base{
Keyword: "fsp",
Msg: "Prevent unconfined transitions in profile rules",
Msg: "Feat: prevent unconfined transitions in profile rules",
},
})
}