From 3915ebfb3dbcdc9a0f12c8ab146fd18f0c39caaf Mon Sep 17 00:00:00 2001 From: Ondrej Mosnacek Date: Mar 04 2021 11:39:46 +0000 Subject: kernel/selinux-testsuite: Bump upstream commit Highlights: - fixed lockdown and perf_event tests to work with latest Fedora policy - userfaultfd test added - removed dependency on `which` Signed-off-by: Ondrej Mosnacek --- diff --git a/kernel/selinux-testsuite/runtest.sh b/kernel/selinux-testsuite/runtest.sh index a3ca98f..c373309 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="24bb5c0090710767ff187f1682e5bf355166caa3" +DEFAULT_COMMIT="9ef6c43a3ffa810c9a0061eb4625980dd178f60a" # 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. @@ -180,7 +180,6 @@ rlJournalStart rdma-core-devel selinux-policy-devel setools-console - which xfsprogs-devel " rlRun "installDeps \$REQUIRES" 0 "Install requires"