feat(abs): move some dbus abs to the session subfolder.

This commit is contained in:
Alexandre Pujol 2025-08-24 21:47:00 +02:00
parent d6885803cb
commit eb2def65a1
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
11 changed files with 35 additions and 24 deletions

View file

@ -111,7 +111,7 @@ func (d Dbus) own(rules map[string]string) aa.Rules {
res := aa.Rules{
&aa.Include{
IsMagic: true, Path: "abstractions/bus/own-" + rules["bus"],
IsMagic: true, Path: "abstractions/bus/" + rules["bus"] + "/own",
},
&aa.Dbus{
Access: []string{"bind"}, Bus: rules["bus"], Name: rules["name"],