index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
landlock
/
fs.c
Age
Commit message (
Expand
)
Author
2024-02-26
landlock: Fix asymmetric private inodes referring
Mickaël Salaün
2024-01-09
Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.6]
Günther Noack
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.1]
Günther Noack
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v5.15]
Günther Noack
2023-11-12
LSM: Identify modules by more than name
Casey Schaufler
2023-10-26
landlock: Refactor layer helpers
Konstantin Meskhidze
2023-10-26
landlock: Move and rename layer helpers
Konstantin Meskhidze
2023-10-26
landlock: Refactor landlock_find_rule/insert_rule helpers
Konstantin Meskhidze
2023-10-26
landlock: Allow FS topology changes for domains without such rule type
Mickaël Salaün
2023-10-26
landlock: Make ruleset's access masks more generic
Konstantin Meskhidze
2023-03-20
selinux: remove the runtime disable functionality
Paul Moore
2022-10-19
landlock: Support file truncation
Günther Noack
2022-10-19
landlock: Document init_layer_masks() helper
Günther Noack
2022-10-19
landlock: Refactor check_access_path_dual() into is_access_to_paths_allowed()
Günther Noack
2022-09-29
landlock: Slightly improve documentation and fix spelling
Mickaël Salaün
2022-09-02
landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
2022-05-23
landlock: Add support for file reparenting with LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
2022-05-23
LSM: Remove double path_rename hook calls for RENAME_EXCHANGE
Mickaël Salaün
2022-05-23
landlock: Move filesystem helpers and add a new one
Mickaël Salaün
2022-05-23
landlock: Fix same-layer rule unions
Mickaël Salaün
2022-05-23
landlock: Create find_rule() from unmask_layers()
Mickaël Salaün
2022-05-23
landlock: Reduce the maximum number of layers to 16
Mickaël Salaün
2022-05-23
landlock: Define access_mask_t to enforce a consistent access mask size
Mickaël Salaün
2022-05-09
landlock: Format with clang-format
Mickaël Salaün
2022-05-09
landlock: Add clang-format exceptions
Mickaël Salaün
2021-04-22
landlock: Support filesystem access-control
Mickaël Salaün