Skip to content

Set assumed AppArmor label for com.lomiri.OnlineAccountsUi

Guido Berhörster requested to merge personal/gberh/fix-confined-access into main

The AppArmor policygroup "accounts" requires the peer to run unconfined, so if com.lomiri.OnlineAccountsUi is not running already activation will fail unless AssumedAppArmor=unconfined is present in the service file telling dbus-daemon that the service will run unconfined if activated.

This fixes #26 (closed).

Merge request reports