diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-07-03 14:04:39 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-07-10 12:42:07 +0000 |
commit | 5e9485da30b41beabddd7ef497fe0bb050c0b00b (patch) | |
tree | eb8bcf3d08083d76d4af582b95cd8479d393d174 | |
parent | 9749f3656920f022dcf330860c8466fd58339210 (diff) |
recipes-graphics/wayland/agl-compositor_git: Update SRCREV
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>
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb b/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb index 31f7eb71a..b990f815c 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/agl-compositor_git.bb @@ -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" |