feat(abs): move some dbus abs to the session subfolder.
This commit is contained in:
parent
d6885803cb
commit
eb2def65a1
11 changed files with 35 additions and 24 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue