From 96c98bb01dc740efdec6cdb91c81d3f5cc14ea8f Mon Sep 17 00:00:00 2001 From: Ondrej Mosnacek Date: Mon, 12 Dec 2022 16:17:03 +0100 Subject: [PATCH] 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 --- kernel/selinux-testsuite/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/selinux-testsuite/runtest.sh b/kernel/selinux-testsuite/runtest.sh index ae535fb..9114201 100755 --- a/kernel/selinux-testsuite/runtest.sh +++ b/kernel/selinux-testsuite/runtest.sh @@ -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.