summaryrefslogtreecommitdiff
path: root/security/landlock/fs.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-08landlock: Use f_cred in security_file_open() hookMickaël Salaün1-7/+11
2024-02-27landlock: Add support for KUnit testsMickaël Salaün1-0/+234
2024-02-26landlock: Fix asymmetric private inodes referringMickaël Salaün1-2/+2
2024-01-10Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+13
2024-01-03landlock: Remove remaining "inline" modifiers in .c files [v6.6]Günther Noack1-1/+1
2024-01-03landlock: Remove remaining "inline" modifiers in .c files [v6.1]Günther Noack1-9/+9
2024-01-03landlock: Remove remaining "inline" modifiers in .c files [v5.15]Günther Noack1-3/+3
2023-11-13LSM: Identify modules by more than nameCasey Schaufler1-1/+1
2023-10-26landlock: Refactor layer helpersKonstantin Meskhidze1-19/+24
2023-10-26landlock: Move and rename layer helpersKonstantin Meskhidze1-115/+21
2023-10-26landlock: Refactor landlock_find_rule/insert_rule helpersKonstantin Meskhidze1-8/+13
2023-10-26landlock: Allow FS topology changes for domains without such rule typeMickaël Salaün1-37/+37
2023-10-26landlock: Make ruleset's access masks more genericKonstantin Meskhidze1-5/+5
2023-03-20selinux: remove the runtime disable functionalityPaul Moore1-1/+1
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