summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/landlock
AgeCommit message (Expand)AuthorFilesLines
2024-05-13selftests/landlock: Exhaustive test for the IOCTL allow-listGünther Noack1-0/+114
2024-05-13selftests/landlock: Check IOCTL restrictions for named UNIX domain socketsGünther Noack1-0/+53
2024-05-13selftests/landlock: Test IOCTLs on named pipesGünther Noack1-0/+43
2024-05-13selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)Günther Noack1-0/+40
2024-05-13selftests/landlock: Test IOCTL with memfdsGünther Noack1-8/+36
2024-05-13selftests/landlock: Test IOCTL supportGünther Noack1-3/+189
2024-05-13landlock: Add IOCTL access right for character and block devicesGünther Noack2-3/+4
2024-05-11selftests/harness: Fix vfork() side effectsMickaël Salaün1-10/+6
2024-05-11selftests/landlock: Do not allocate memory in fixture dataMickaël Salaün1-22/+35
2024-05-11selftests/landlock: Fix FS tests when run on a private mount pointMickaël Salaün1-1/+9
2024-03-15Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-30/+9
2024-03-07selftests/harness: Fix TEST_F()'s vfork handlingMickaël Salaün1-12/+10
2024-03-01selftests: kselftest_harness: save full exit code in metadataJakub Kicinski4-8/+9
2024-03-01selftests/harness: Merge TEST_F_FORK() into TEST_F()Mickaël Salaün1-60/+2
2024-03-01selftests/landlock: Redefine TEST_F() as TEST_F_FORK()Mickaël Salaün1-1/+5
2024-02-27selftests/landlock: Clean up error logs related to capabilitiesMickaël Salaün1-30/+9
2024-02-02selftests/landlock: Fix capability for net_testMickaël Salaün2-9/+44
2024-01-25selftests/landlock: Fix fs_test build with old libcHu Yadi1-3/+8
2024-01-25selftests/landlock: Fix net_test build with old libcHu Yadi1-1/+7
2024-01-03selftests/landlock: Rename "permitted" to "allowed" in ftruncate testsGünther Noack1-9/+8
2023-12-22selftests/landlock: Add tests to check unhandled rule's access rightsMickaël Salaün2-0/+66
2023-12-22selftests/landlock: Add tests to check unknown rule's access rightsMickaël Salaün2-2/+54
2023-10-27selftests/landlock: Add tests for FS topology changes with network rulesMickaël Salaün1-0/+59
2023-10-26selftests/landlock: Add network testsKonstantin Meskhidze3-0/+1745
2023-10-26selftests/landlock: Share enforce_ruleset() helperKonstantin Meskhidze2-10/+10
2023-10-26landlock: Support network rules with TCP bind and connectKonstantin Meskhidze1-1/+1
2023-08-30selftests/landlock: Fix a resource leakDing Xiang1-3/+5
2023-06-12selftests/landlock: Add hostfs testsMickaël Salaün2-1/+28
2023-06-12selftests/landlock: Add tests for pseudo filesystemsMickaël Salaün2-4/+259
2023-06-12selftests/landlock: Make mounts configurableMickaël Salaün1-5/+40
2023-06-12selftests/landlock: Add supports_filesystem() helperMickaël Salaün1-13/+23
2023-06-12selftests/landlock: Don't create useless file layoutsMickaël Salaün1-6/+20
2023-01-27selftests/landlock: Test ptrace as much as possible with YamaJeff Xu1-17/+96
2023-01-13selftests/landlock: Skip overlayfs tests when not supportedJeff Xu1-0/+47
2022-12-13Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-45/+546
2022-10-19selftests/landlock: Build without static librariesMickaël Salaün1-3/+4
2022-10-19selftests/landlock: Test ftruncate on FDs created by memfd_create(2)Günther Noack1-0/+16
2022-10-19selftests/landlock: Test FD passing from restricted to unrestricted processesGünther Noack3-33/+132
2022-10-19selftests/landlock: Locally define __maybe_unusedGünther Noack1-8/+10
2022-10-19selftests/landlock: Test open() and ftruncate() in multiple scenariosGünther Noack1-0/+96
2022-10-19selftests/landlock: Test file truncation supportGünther Noack1-0/+287
2022-10-19landlock: Support file truncationGünther Noack2-4/+5
2022-09-14selftests/landlock: Fix out-of-tree buildsMickaël Salaün1-9/+10
2022-09-03Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+145
2022-09-02landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün1-10/+145
2022-08-15selftests/landlock: fix broken include of linux/landlock.hGuillaume Tucker1-2/+5
2022-07-14selftests/landlock: drop deprecated headers dependencyGuillaume Tucker1-7/+2
2022-07-12selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker1-1/+0
2022-05-23selftests/landlock: Add 11 new test suites dedicated to file reparentingMickaël Salaün1-1/+754
2022-05-23landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün2-2/+3