summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/landlock (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/harness: Fix vfork() side effectsMickaël Salaün2024-05-111-10/+6
* selftests/landlock: Do not allocate memory in fixture dataMickaël Salaün2024-05-111-22/+35
* selftests/landlock: Fix FS tests when run on a private mount pointMickaël Salaün2024-05-111-1/+9
* Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-151-30/+9
|\
| * selftests/landlock: Clean up error logs related to capabilitiesMickaël Salaün2024-02-271-30/+9
* | selftests/harness: Fix TEST_F()'s vfork handlingMickaël Salaün2024-03-071-12/+10
* | selftests: kselftest_harness: save full exit code in metadataJakub Kicinski2024-03-014-8/+9
* | selftests/harness: Merge TEST_F_FORK() into TEST_F()Mickaël Salaün2024-03-011-60/+2
* | selftests/landlock: Redefine TEST_F() as TEST_F_FORK()Mickaël Salaün2024-03-011-1/+5
|/
* selftests/landlock: Fix capability for net_testMickaël Salaün2024-02-022-9/+44
* selftests/landlock: Fix fs_test build with old libcHu Yadi2024-01-251-3/+8
* selftests/landlock: Fix net_test build with old libcHu Yadi2024-01-251-1/+7
* selftests/landlock: Rename "permitted" to "allowed" in ftruncate testsGünther Noack2024-01-031-9/+8
* selftests/landlock: Add tests to check unhandled rule's access rightsMickaël Salaün2023-12-222-0/+66
* selftests/landlock: Add tests to check unknown rule's access rightsMickaël Salaün2023-12-222-2/+54
* selftests/landlock: Add tests for FS topology changes with network rulesMickaël Salaün2023-10-271-0/+59
* selftests/landlock: Add network testsKonstantin Meskhidze2023-10-263-0/+1745
* selftests/landlock: Share enforce_ruleset() helperKonstantin Meskhidze2023-10-262-10/+10
* landlock: Support network rules with TCP bind and connectKonstantin Meskhidze2023-10-261-1/+1
* selftests/landlock: Fix a resource leakDing Xiang2023-08-301-3/+5
* selftests/landlock: Add hostfs testsMickaël Salaün2023-06-122-1/+28
* selftests/landlock: Add tests for pseudo filesystemsMickaël Salaün2023-06-122-4/+259
* selftests/landlock: Make mounts configurableMickaël Salaün2023-06-121-5/+40
* selftests/landlock: Add supports_filesystem() helperMickaël Salaün2023-06-121-13/+23
* selftests/landlock: Don't create useless file layoutsMickaël Salaün2023-06-121-6/+20
* selftests/landlock: Test ptrace as much as possible with YamaJeff Xu2023-01-271-17/+96
* selftests/landlock: Skip overlayfs tests when not supportedJeff Xu2023-01-131-0/+47
* Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-133-45/+546
|\
| * selftests/landlock: Test ftruncate on FDs created by memfd_create(2)Günther Noack2022-10-191-0/+16
| * selftests/landlock: Test FD passing from restricted to unrestricted processesGünther Noack2022-10-193-33/+132
| * selftests/landlock: Locally define __maybe_unusedGünther Noack2022-10-191-8/+10
| * selftests/landlock: Test open() and ftruncate() in multiple scenariosGünther Noack2022-10-191-0/+96
| * selftests/landlock: Test file truncation supportGünther Noack2022-10-191-0/+287
| * landlock: Support file truncationGünther Noack2022-10-192-4/+5
* | selftests/landlock: Build without static librariesMickaël Salaün2022-10-191-3/+4
|/
* selftests/landlock: Fix out-of-tree buildsMickaël Salaün2022-09-141-9/+10
* Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-031-10/+145
|\
| * landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-09-021-10/+145
* | selftests/landlock: fix broken include of linux/landlock.hGuillaume Tucker2022-08-151-2/+5
* | selftests/landlock: drop deprecated headers dependencyGuillaume Tucker2022-07-141-7/+2
* | selftests: stop using KSFT_KHDR_INSTALLGuillaume Tucker2022-07-121-1/+0
|/
* selftests/landlock: Add 11 new test suites dedicated to file reparentingMickaël Salaün2022-05-231-1/+754
* landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-05-232-2/+3
* landlock: Fix same-layer rule unionsMickaël Salaün2022-05-231-0/+107
* landlock: Reduce the maximum number of layers to 16Mickaël Salaün2022-05-231-1/+1
* selftests/landlock: Test landlock_create_ruleset(2) argument check orderingMickaël Salaün2022-05-231-1/+20
* landlock: Change landlock_restrict_self(2) check orderingMickaël Salaün2022-05-231-10/+37
* landlock: Change landlock_add_rule(2) argument check orderingMickaël Salaün2022-05-231-2/+32
* selftests/landlock: Add tests for O_PATHMickaël Salaün2022-05-231-2/+8
* selftests/landlock: Fully test file rename with "remove" accessMickaël Salaün2022-05-231-4/+37