kernel/selinux-testsuite: bump upstream commit

Effective changes:
- fix the policy to allow the new user_namespace::create permission
  where needed
- fix the code to build without warnings with latest SELinux userspace

The rest is various cleanups or changes not affecting Fedora/RHEL.

Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
This commit is contained in:
Ondrej Mosnacek 2022-12-12 16:17:03 +01:00
commit 96c98bb01d
No known key found for this signature in database
GPG key ID: BDE08B7A0C57B343

View file

@ -35,7 +35,7 @@ PACKAGE="selinux-policy"
# This should be updated as needed after verifying that the new version
# doesn't break testing and after applying all necessary tweaks in the TC.
# Run with GIT_BRANCH=master to run the latest upstream version.
DEFAULT_COMMIT="c592d7f49e5e8ca907d90cb1d6f54bb0d410d442"
DEFAULT_COMMIT="3389abeaa3bb6fdf23a0f2d8b1550fae69f9c52e"
# Default pull requests to merge before running the test.
# If non-empty, then after checking out GIT_BRANCH the listed upstream pull
# requests (by number) are merged, creating a new temporary local branch.