summaryrefslogtreecommitdiffstats
path: root/security/landlock/fs.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19landlock: Support file truncationGünther Noack1-5/+99
2022-10-19landlock: Document init_layer_masks() helperGünther Noack1-0/+13
2022-10-19landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()Günther Noack1-45/+44
2022-09-29landlock: Slightly improve documentation and fix spellingMickaël Salaün1-1/+1
2022-09-02landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün1-23/+25
2022-05-23landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün1-74/+526
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün1-1/+10
2022-05-23landlock: Move filesystem helpers and add a new oneMickaël Salaün1-41/+46
2022-05-23landlock: Fix same-layer rule unionsMickaël Salaün1-26/+52
2022-05-23landlock: Create find_rule() from unmask_layers()Mickaël Salaün1-13/+28
2022-05-23landlock: Reduce the maximum number of layers to 16Mickaël Salaün1-10/+7
2022-05-23landlock: Define access_mask_t to enforce a consistent access mask sizeMickaël Salaün1-8/+11
2022-05-09landlock: Format with clang-formatMickaël Salaün1-38/+40
2022-05-09landlock: Add clang-format exceptionsMickaël Salaün1-0/+2
2021-04-22landlock: Support filesystem access-controlMickaël Salaün1-0/+692