summaryrefslogtreecommitdiffstats
path: root/security/landlock/syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* landlock: Support file truncationGünther Noack2022-10-191-1/+1
* landlock: Fix documentation styleMickaël Salaün2022-09-291-20/+20
* landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-05-231-1/+1
* landlock: Change landlock_restrict_self(2) check orderingMickaël Salaün2022-05-231-4/+4
* landlock: Change landlock_add_rule(2) argument check orderingMickaël Salaün2022-05-231-9/+13
* landlock: Fix landlock_add_rule(2) documentationMickaël Salaün2022-05-231-4/+3
* landlock: Format with clang-formatMickaël Salaün2022-05-091-29/+31
* landlock: Use square brackets around "landlock-ruleset"Christian Brauner2022-02-041-1/+1
* landlock: Enable user space to infer supported featuresMickaël Salaün2021-04-221-4/+13
* landlock: Add syscall implementationsMickaël Salaün2021-04-221-0/+442