build: cleanup base build interface.

This commit is contained in:
Alexandre Pujol 2024-09-26 22:05:47 +01:00
parent c6c4920598
commit 6f5604d59d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 21 additions and 16 deletions

View file

@ -35,10 +35,12 @@ func init() {
Base: cfg.Base{
Keyword: "dbus",
Msg: "Dbus directive applied",
Help: `#aa:dbus own bus=<bus> name=<name> [interface=AARE] [path=AARE]
#aa:dbus talk bus=<bus> name=<name> label=<profile> [interface=AARE] [path=AARE]`,
},
})
Help: []string{
"own bus=<bus> name=<name> [interface=AARE] [path=AARE]",
"talk bus=<bus> name=<name> label=<profile> [interface=AARE] [path=AARE]",
},
}},
)
}
func setInterfaces(rules map[string]string) []string {