fix(ci): ensure dbus session is confined during tests
This commit is contained in:
parent
9b8348181c
commit
b532929f5d
2 changed files with 2 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -124,6 +124,7 @@ jobs:
|
|||
for service in "${services[@]}"; do
|
||||
sudo systemctl restart "$service" || systemctl status "$service.service" || true
|
||||
done
|
||||
systemctl restart --user dbus || systemctl status --user "dbus.service" || true
|
||||
sudo ps auxZ | grep -v '\[.*\]'
|
||||
sudo aa-log -s --raw
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ profile flatpak @{exec_path} flags=(attach_disconnected,mediate_deleted,complain
|
|||
signal send peer=flatpak-app,
|
||||
|
||||
#aa:dbus talk bus=session name=org.freedesktop.Flatpak.SessionHelper label=flatpak-session-helper
|
||||
#aa:dbus talk bus=session name=org.freedesktop.portal.Documents path=/org/freedesktop/portal/documents label=xdg-document-portal
|
||||
#aa:dbus talk bus=system name=org.freedesktop.Accounts label=accounts-daemon
|
||||
#aa:dbus talk bus=system name=org.freedesktop.PolicyKit1 label=polkitd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue