summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/landlock/fs_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-191-0/+62
* 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-191-3/+4
* landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-09-021-10/+145
* 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-231-1/+2
* 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: 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
* selftests/landlock: Extend access right tests to directoriesMickaël Salaün2022-05-231-8/+22
* selftests/landlock: Add tests for unknown access rightsMickaël Salaün2022-05-231-0/+16
* selftests/landlock: Make tests build with old libcMickaël Salaün2022-05-231-5/+18
* selftests/landlock: Format with clang-formatMickaël Salaün2022-05-231-181/+218
* selftests/landlock: Normalize array assignmentMickaël Salaün2022-05-091-56/+56
* selftests/landlock: Add clang-format exceptionsMickaël Salaün2022-05-091-6/+17
* selftests/landlock: Add user space testsMickaël Salaün2021-04-221-0/+2791