From d96170f11041959cd7f35e6dfd8ffa6fc6fbbd9a Mon Sep 17 00:00:00 2001 From: Ondrej Mosnacek Date: Wed, 28 Apr 2021 16:34:10 +0200 Subject: [PATCH] kernel/selinux-testsuite: Bump upstream commit This pulls in a fix to account for the following kernel commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.12&id=db2e718a47984b9d71ed890eb2ea36ecf150de18 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 75fefce..140d4c8 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="1defa850ae71bc27c9dd101d19f543a42abc9537" +DEFAULT_COMMIT="fd4254f09316f6db0410a9187cb8866571f109b5" # 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.