recipes-graphics/wayland/agl-compositor_git: Update SRCREV 27/24927/2
authorMarius Vlad <marius.vlad@collabora.com>
Fri, 3 Jul 2020 11:04:39 +0000 (14:04 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 10 Jul 2020 12:42:07 +0000 (12:42 +0000)
Another round of updates for agl-compositor. This update adds
a deny-all policy engine, and adds checks in the allow-all policy
as to use SMACK labels to check the clients binding to the agl_shell*
interfaces. The allow-all policy is still in effect, with the deny-all
policy being available to be used as a meson, compile option.

A few minor corner cases fixes, found while testing out waylandsink.

The update includes the following:

39ea644837d desktop: Fix destruction of applications that fallback to the desktop role
faea097edab shell: Avoid checking against surfaces that do not have an app_id
40da59d00a7 README: Add a few words about the deny-all policy engine
572d0eac44f desktop: Allow desktop_api to handle surface removal
03f51daf2fc policy: Add a deny-all policy as an example
ea317303ac4 policy-default: Use libsmack to check client label
bbf173123cd policy: Add a new policy hook to restrict access to private extensions
9827cfd2557 desktop: Avoid referencing the output's surface for pending surfaces

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Ibd67e06a60b18334d3c07c2f6c710b7e77201148
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24927
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb

index 31f7eb7..b990f81 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fac6abe0003c4d142ff8fa1f18316df0"
 DEPENDS = "wayland wayland-protocols wayland-native weston"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "06773d6abdc06e0d887729da39259524bd772c44"
+SRCREV = "39ea644837dd29cd47a579a9703b43458187f82b"
 
 PV = "0.0.10+git${SRCPV}"
 S = "${WORKDIR}/git"