summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/landlock (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/landlock: Test signal created by out-of-bound messageTahera Fahimi2024-09-161-0/+184
* selftests/landlock: Test signal scoping for threadsTahera Fahimi2024-09-161-0/+49
* selftests/landlock: Test signal scopingTahera Fahimi2024-09-161-0/+251
* landlock: Add signal scopingTahera Fahimi2024-09-161-1/+1
* selftests/landlock: Test inherited restriction of abstract UNIX socketTahera Fahimi2024-09-161-0/+64
* selftests/landlock: Test connected and unconnected datagram UNIX socketTahera Fahimi2024-09-161-0/+103
* selftests/landlock: Test UNIX sockets with any address formatsTahera Fahimi2024-09-163-1/+252
* selftests/landlock: Test abstract UNIX socket scopingTahera Fahimi2024-09-166-30/+998
* selftests/landlock: Test handling of unknown scopeTahera Fahimi2024-09-161-0/+33
* landlock: Add abstract UNIX socket scopingTahera Fahimi2024-09-161-1/+1
* selftests/landlock: Add cred_transfer testMickaël Salaün2024-07-242-0/+75
* selftests/landlock: Add layout1.refer_mount_rootMickaël Salaün2024-05-311-0/+45
* selftests/landlock: Exhaustive test for the IOCTL allow-listGünther Noack2024-05-131-0/+114
* selftests/landlock: Check IOCTL restrictions for named UNIX domain socketsGünther Noack2024-05-131-0/+53
* selftests/landlock: Test IOCTLs on named pipesGünther Noack2024-05-131-0/+43
* selftests/landlock: Test ioctl(2) and ftruncate(2) with open(O_PATH)Günther Noack2024-05-131-0/+40
* selftests/landlock: Test IOCTL with memfdsGünther Noack2024-05-131-8/+36
* selftests/landlock: Test IOCTL supportGünther Noack2024-05-131-3/+189
* landlock: Add IOCTL access right for character and block devicesGünther Noack2024-05-132-3/+4
* 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