Skip to content

connman-pan-network-access and connman-pan-tethering test failure fix.

Baghmar Tarun requested to merge wip/tarun/connmanpantest into apertis/v2021dev3

The above test cases are failing as apparmor policies needs to be updated for both the cases. Apparmor denied can be seen in the logs. connman-pan-tethering: apparmor="DENIED" operation="create" profile="/usr/lib/bluetooth/bluetoothd" pid=2092 comm="bluetoothd" family="inet" sock_type="s" connman-pan-network-access: apparmor="DENIED" operation="create" profile="/usr/lib/bluetooth/bluetoothd" pid=726 comm="bluetoothd" family="inet" sock_type="dgram"

Fix: apparmor policy has been updated for ipv4 for different socket connections.

Apertis: T5930, T5929

Signed-off-by: Tarun Baghmar tarun.baghmar@in.bosch.com

Merge request reports