summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/landlock
Commit message (Expand)AuthorAgeFilesLines
* selftests/landlock: Add audit tests for networkMickaël Salaün2025-03-261-0/+132
* selftests/landlock: Add audit tests for filesystemMickaël Salaün2025-03-263-0/+645
* selftests/landlock: Add audit tests for abstract UNIX socket scopingMickaël Salaün2025-03-261-0/+111
* selftests/landlock: Add audit tests for ptraceMickaël Salaün2025-03-261-0/+140
* selftests/landlock: Test audit with restrict flagsMickaël Salaün2025-03-265-1/+357
* selftests/landlock: Add tests for audit flags and domain IDsMickaël Salaün2025-03-264-0/+772
* selftests/landlock: Extend tests for landlock_restrict_self(2)'s flagsMickaël Salaün2025-03-261-0/+71
* selftests/landlock: Add test for invalid ruleset file descriptorMickaël Salaün2025-03-261-0/+11
* landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flagsMickaël Salaün2025-03-261-1/+1
* selftests/landlock: Add a new test for setuid()Mickaël Salaün2025-03-262-0/+60
* selftests/landlock: Split signal_scoping_threads testsMickaël Salaün2025-03-261-15/+34
* landlock: Always allow signals between threads of the same processMickaël Salaün2025-03-261-1/+1
* landlock: Add the errata interfaceMickaël Salaün2025-03-211-1/+45
* selftests/landlock: Add binaries to .gitignoreBharadwaj Raju2025-02-141-0/+2
* selftests/landlock: Test that MPTCP actions are not restrictedMikhail Ivanov2025-02-142-0/+46
* selftests/landlock: Test TCP accesses with protocol=IPPROTO_TCPMikhail Ivanov2025-02-142-14/+67
* selftests/landlock: Enable the new CONFIG_AF_UNIX_OOBMickaël Salaün2025-02-141-0/+1
* Merge tag 'AT_EXECVE_CHECK-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2025-01-311-2/+8
|\
| * selftests: Handle old glibc without execveat(2)Mickaël Salaün2025-01-271-2/+8
* | Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2025-01-221-0/+27
|\|
| * selftests/landlock: Add tests for execveat + AT_EXECVE_CHECKMickaël Salaün2024-12-181-0/+27
* | selftests/landlock: Add layout1.umount_sandboxer testsMickaël Salaün2025-01-175-10/+213
* | selftests/landlock: Add wrappers.hMickaël Salaün2025-01-172-36/+48
* | selftests/landlock: Fix error messageMickaël Salaün2025-01-171-2/+1
* | selftests/landlock: Add test to check partial access in a mount treeMickaël Salaün2025-01-171-4/+50
* | selftests/landlock: Fix build with non-default pthread linkingMickaël Salaün2025-01-171-2/+2
* | selftests/landlock: Remove unused macros in ptrace_test.cBa Jing2025-01-101-2/+0
|/
* 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-141-30/+9
|\