aboutsummaryrefslogtreecommitdiffstats
path: root/security/landlock/syscalls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün1-1/+1
2022-05-23landlock: Change landlock_restrict_self(2) check orderingMickaël Salaün1-4/+4
2022-05-23landlock: Change landlock_add_rule(2) argument check orderingMickaël Salaün1-9/+13
2022-05-23landlock: Fix landlock_add_rule(2) documentationMickaël Salaün1-4/+3
2022-05-09landlock: Format with clang-formatMickaël Salaün1-29/+31
2022-02-04landlock: Use square brackets around "landlock-ruleset"Christian Brauner1-1/+1
2021-04-22landlock: Enable user space to infer supported featuresMickaël Salaün1-4/+13
2021-04-22landlock: Add syscall implementationsMickaël Salaün1-0/+442