Re: [yocto-patches] [meta-selinux][PATCH] refpolicy: upgrade to 20260729+git
Chen Qi <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
I looked at the repo and there's no RELEASE_2_20260729 tag. Or am I missing something? The last upgrade did not actually upgrade to RELEASE_2_20260616. If you want to do the upgrade, please use RELEASE_2_20260616. Regards, Qi On 8/18/26 17:44, Fang Wu via lists.yoctoproject.org wrote: > Update SRCREV to pick up the latest commits from the SELinuxProject > refpolicy upstream, including: > > * a7e7df1b seatd: allow self fifo_file read/write for signal handling > * a1a878c2 adb: add SELinux policy for adbd and adb shell support > * fdea2b8d wireplumber: add SELinux policy module > * 0e8bfe52 tpm2: fix tpm2-abrmd D-Bus communication under enforcing mode > * d3e82b72 lvm: label dmeventd on all distros, not only gentoo > * 74cdfe59 pipewire: add policy for PipeWire multimedia daemon > * d4a85ae3 wayland: Label sockets under /run with wayland_runtime_t > * 5352d9c1 Fix file_contexts for systemd runtime generator output directories > * 9417c19a rauc: new module for the RAUC embedded update framework > * f9578765 Allow net_admin to the nfsd_t domain > * 66a1682f rasdaemon: optionally permit access to ipmitool > * cc59e75f Remove mptctl_device_t type, alias to fixed_disk_device_t > * (and more) > > Full list at: > https://github.com/SELinuxProject/refpolicy/compare/30d3cf5abd18...a7e7df1b5bb6 > > Signed-off-by: fangwu <[email protected]> > --- > recipes-security/refpolicy/refpolicy_git.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-security/refpolicy/refpolicy_git.inc b/recipes-security/refpolicy/refpolicy_git.inc > index 4d207a2..a3742e4 100644 > --- a/recipes-security/refpolicy/refpolicy_git.inc > +++ b/recipes-security/refpolicy/refpolicy_git.inc > @@ -1,8 +1,8 @@ > -PV = 2.20260616+git > +PV = 2.20260729+git > > SRC_URI = git://github.com/SELinuxProject/refpolicy.git;protocol=https;branch=main;name=refpolicy;destsuffix=refpolicy > > -SRCREV_refpolicy = 30d3cf5abd1872d3da5dd44de37de4251674f736 > +SRCREV_refpolicy = a7e7df1b5bb6b98297c3306bc5b1832a5d86a47a > > UPSTREAM_CHECK_GITTAGREGEX = RELEASE_(?P<pver>\d+_\d+) >