Skip to content

Draft: Backport from v2023dev1

  • Add AppArmor rules.

  • Import where-am-i demo app fix: Call to where-am-i on 32bits platform ends up with following error:

    *** stack smashing detected ***: terminated

    GTimeVal parameters are glong, which depends on the platform, but timestamp returned by geoclue is guint64 for both seconds and useconds.
    Furthermore GTimeVal is marked as deprecated.

https://phabricator.apertis.org/T7333

Signed-off-by: Frédéric Danis frederic.danis@collabora.com

Edited by Frederic Danis

Merge request reports