summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/landlock
AgeCommit message (Expand)AuthorFilesLines
2025-06-19selftests/landlock: Add test to check rule tied to covered mount pointMickaël Salaün1-0/+40
2025-06-19selftests/landlock: Fix build of audit_testSong Liu1-0/+1
2025-06-19selftests/landlock: Fix readlink checkMickaël Salaün1-3/+4
2025-04-11selftests/landlock: Add PID tests for audit recordsMickaël Salaün3-10/+141
2025-04-11selftests/landlock: Factor out audit fixture in audit_testMickaël Salaün1-15/+12
2025-03-26selftests/landlock: Add audit tests for networkMickaël Salaün1-0/+132
2025-03-26selftests/landlock: Add audit tests for filesystemMickaël Salaün3-0/+645
2025-03-26selftests/landlock: Add audit tests for abstract UNIX socket scopingMickaël Salaün1-0/+111
2025-03-26selftests/landlock: Add audit tests for ptraceMickaël Salaün1-0/+140
2025-03-26selftests/landlock: Test audit with restrict flagsMickaël Salaün5-1/+357
2025-03-26selftests/landlock: Add tests for audit flags and domain IDsMickaël Salaün4-0/+772
2025-03-26selftests/landlock: Extend tests for landlock_restrict_self(2)'s flagsMickaël Salaün1-0/+71
2025-03-26selftests/landlock: Add test for invalid ruleset file descriptorMickaël Salaün1-0/+11
2025-03-26landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flagsMickaël Salaün1-1/+1
2025-03-26selftests/landlock: Add a new test for setuid()Mickaël Salaün2-0/+60
2025-03-26selftests/landlock: Split signal_scoping_threads testsMickaël Salaün1-15/+34
2025-03-26landlock: Always allow signals between threads of the same processMickaël Salaün1-1/+1
2025-03-21landlock: Add the errata interfaceMickaël Salaün1-1/+45
2025-02-14selftests/landlock: Add binaries to .gitignoreBharadwaj Raju1-0/+2
2025-02-14selftests/landlock: Test that MPTCP actions are not restrictedMikhail Ivanov2-0/+46
2025-02-14selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCPMikhail Ivanov2-14/+67
2025-02-14selftests/landlock: Enable the new CONFIG_AF_UNIX_OOBMickaël Salaün1-0/+1
2025-02-01Merge tag 'AT_EXECVE_CHECK-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-2/+8
2025-01-27selftests: Handle old glibc without execveat(2)Mickaël Salaün1-2/+8
2025-01-23Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+27
2025-01-17selftests/landlock: Add layout1.umount_sandboxer testsMickaël Salaün5-10/+213
2025-01-17selftests/landlock: Add wrappers.hMickaël Salaün2-36/+48
2025-01-17selftests/landlock: Fix error messageMickaël Salaün1-2/+1
2025-01-17selftests/landlock: Add test to check partial access in a mount treeMickaël Salaün1-4/+50
2025-01-17selftests/landlock: Fix build with non-default pthread linkingMickaël Salaün1-2/+2
2025-01-10selftests/landlock: Remove unused macros in ptrace_test.cBa Jing1-2/+0
2024-12-19selftests/landlock: Add tests for execveat + AT_EXECVE_CHECKMickaël Salaün1-0/+27
2024-09-17selftests/landlock: Test signal created by out-of-bound messageTahera Fahimi1-0/+184
2024-09-17selftests/landlock: Test signal scoping for threadsTahera Fahimi1-0/+49
2024-09-17selftests/landlock: Test signal scopingTahera Fahimi1-0/+251
2024-09-17landlock: Add signal scopingTahera Fahimi1-1/+1
2024-09-17selftests/landlock: Test inherited restriction of abstract UNIX socketTahera Fahimi1-0/+64
2024-09-17selftests/landlock: Test connected and unconnected datagram UNIX socketTahera Fahimi1-0/+103
2024-09-17selftests/landlock: Test UNIX sockets with any address formatsTahera Fahimi3-1/+252
2024-09-17selftests/landlock: Test abstract UNIX socket scopingTahera Fahimi6-30/+998
2024-09-17selftests/landlock: Test handling of unknown scopeTahera Fahimi1-0/+33
2024-09-17landlock: Add abstract UNIX socket scopingTahera Fahimi1-1/+1
2024-07-24selftests/landlock: Add cred_transfer testMickaël Salaün2-0/+75
2024-05-31selftests/landlock: Add layout1.refer_mount_rootMickaël Salaün1-0/+45
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