From a0b957b7d7554175f70175ebc6d502c0916cc57f Mon Sep 17 00:00:00 2001 From: Ondrej Mosnacek Date: Jan 14 2020 12:01:40 +0000 Subject: selinux-testsuite: bump upstream commit ref The only significant change that this pulls in is 7fd02b152f9f ("tests/prlimit: avoid invalid limit combinations"), which fixes false test failures in some environments. Signed-off-by: Ondrej Mosnacek --- diff --git a/kernel/selinux-testsuite/runtest.sh b/kernel/selinux-testsuite/runtest.sh index a2c794a..3a9680e 100755 --- a/kernel/selinux-testsuite/runtest.sh +++ b/kernel/selinux-testsuite/runtest.sh @@ -36,7 +36,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="2c0d0fc2491ebcd3b767eb74b6802f1c411aa0b7" +DEFAULT_COMMIT="7fd02b152f9f081298c676688a382d905aafb9fc" # 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.