summaryrefslogtreecommitdiffstats
path: root/security/landlock/fs.c
Commit message (Expand)AuthorAgeFilesLines
* landlock: Fix d_parent walkMickaël Salaün14 days1-2/+11
* landlock: Add IOCTL access right for character and block devicesGünther Noack2024-05-131-3/+222
* landlock: Use f_cred in security_file_open() hookMickaël Salaün2024-03-081-7/+11
* landlock: Add support for KUnit testsMickaël Salaün2024-02-271-0/+234
* landlock: Fix asymmetric private inodes referringMickaël Salaün2024-02-261-2/+2
* Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-091-13/+13
|\
| * landlock: Remove remaining "inline" modifiers in .c files [v6.6]Günther Noack2024-01-031-1/+1
| * landlock: Remove remaining "inline" modifiers in .c files [v6.1]Günther Noack2024-01-031-9/+9
| * landlock: Remove remaining "inline" modifiers in .c files [v5.15]Günther Noack2024-01-031-3/+3
* | LSM: Identify modules by more than nameCasey Schaufler2023-11-121-1/+1
|/
* landlock: Refactor layer helpersKonstantin Meskhidze2023-10-261-19/+24
* landlock: Move and rename layer helpersKonstantin Meskhidze2023-10-261-115/+21
* landlock: Refactor landlock_find_rule/insert_rule helpersKonstantin Meskhidze2023-10-261-8/+13
* landlock: Allow FS topology changes for domains without such rule typeMickaël Salaün2023-10-261-37/+37
* landlock: Make ruleset's access masks more genericKonstantin Meskhidze2023-10-261-5/+5
* 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