summaryrefslogtreecommitdiffstats
path: root/security/landlock/fs.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: remove the runtime disable functionalityPaul Moore2023-03-201-1/+1
* landlock: Support file truncationGünther Noack2022-10-191-5/+99
* landlock: Document init_layer_masks() helperGünther Noack2022-10-191-0/+13
* landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()Günther Noack2022-10-191-45/+44
* landlock: Slightly improve documentation and fix spellingMickaël Salaün2022-09-291-1/+1
* landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-09-021-23/+25
* landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-05-231-74/+526
* LSM: Remove double path_rename hook calls for RENAME_EXCHANGEMickaël Salaün2022-05-231-1/+10
* landlock: Move filesystem helpers and add a new oneMickaël Salaün2022-05-231-41/+46
* landlock: Fix same-layer rule unionsMickaël Salaün2022-05-231-26/+52
* landlock: Create find_rule() from unmask_layers()Mickaël Salaün2022-05-231-13/+28
* landlock: Reduce the maximum number of layers to 16Mickaël Salaün2022-05-231-10/+7
* landlock: Define access_mask_t to enforce a consistent access mask sizeMickaël Salaün2022-05-231-8/+11
* landlock: Format with clang-formatMickaël Salaün2022-05-091-38/+40
* landlock: Add clang-format exceptionsMickaël Salaün2022-05-091-0/+2
* landlock: Support filesystem access-controlMickaël Salaün2021-04-221-0/+692