index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
landlock
Age
Commit message (
Expand
)
Author
2024-05-31
landlock: Fix d_parent walk
Mickaël Salaün
2024-05-13
landlock: Add IOCTL access right for character and block devices
Günther Noack
2024-03-08
landlock: Use f_cred in security_file_open() hook
Mickaël Salaün
2024-03-08
landlock: Rename "ptrace" files to "task"
Mickaël Salaün
2024-03-08
landlock: Simplify current_check_access_socket()
Mickaël Salaün
2024-03-07
landlock: Warn once if a Landlock action is requested while disabled
Mickaël Salaün
2024-02-27
landlock: Add support for KUnit tests
Mickaël Salaün
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: Optimize the number of calls to get_access_mask slightly
Günther Noack
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: Support network rules with TCP bind and connect
Konstantin Meskhidze
2023-10-26
landlock: Refactor landlock_add_rule() syscall
Konstantin Meskhidze
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 merge/inherit_ruleset 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-08-18
landlock: Annotate struct landlock_rule with __counted_by
Kees Cook
2023-06-12
hostfs: Fix ephemeral inodes
Mickaël Salaün
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: Fix documentation style
Mickaël Salaün
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-23
landlock: Change landlock_restrict_self(2) check ordering
Mickaël Salaün
2022-05-23
landlock: Change landlock_add_rule(2) argument check ordering
Mickaël Salaün
2022-05-23
landlock: Fix landlock_add_rule(2) documentation
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
2022-02-04
landlock: Use square brackets around "landlock-ruleset"
Christian Brauner
2021-04-22
landlock: Enable user space to infer supported features
Mickaël Salaün
2021-04-22
landlock: Add syscall implementations
Mickaël Salaün
2021-04-22
landlock: Support filesystem access-control
Mickaël Salaün
2021-04-22
landlock: Add ptrace restrictions
Mickaël Salaün
2021-04-22
landlock: Set up the security framework and manage credentials
Mickaël Salaün
2021-04-22
landlock: Add ruleset and domain management
Mickaël Salaün
[next]