index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
landlock
Age
Commit message (
Expand
)
Author
Lines
2025-01-17
landlock: Optimize file path walks and prepare for audit support
Mickaël Salaün
-17
/
+27
2025-01-17
landlock: Align partial refer access checks with final ones
Mickaël Salaün
-1
/
+13
2025-01-17
landlock: Simplify initially denied access rights
Mickaël Salaün
-11
/
+19
2025-01-17
landlock: Move access types
Mickaël Salaün
-46
/
+68
2025-01-17
landlock: Factor out check_access_path()
Mickaël Salaün
-21
/
+11
2025-01-14
landlock: Use scoped guards for ruleset in landlock_add_rule()
Mickaël Salaün
-10
/
+4
2025-01-14
landlock: Use scoped guards for ruleset
Mickaël Salaün
-29
/
+23
2025-01-14
landlock: Constify get_mode_access()
Mickaël Salaün
-1
/
+1
2025-01-14
landlock: Handle weird files
Mickaël Salaün
-6
/
+5
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
-31
/
+14
2024-11-09
landlock: Optimize scope enforcement
Mickaël Salaün
-3
/
+15
2024-11-09
landlock: Refactor network access mask management
Mickaël Salaün
-22
/
+6
2024-11-09
landlock: Refactor filesystem access mask management
Mickaël Salaün
-32
/
+75
2024-11-03
fdget(), trivial conversions
Al Viro
-18
/
+8
2024-11-03
fdget_raw() users: switch to CLASS(fd_raw)
Al Viro
-13
/
+6
2024-09-24
Merge tag 'landlock-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-9
/
+269
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-11
/
+11
2024-09-16
landlock: Add signal scoping
Tahera Fahimi
-2
/
+90
2024-09-16
landlock: Add abstract UNIX socket scoping
Tahera Fahimi
-8
/
+180
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
-11
/
+11
2024-08-12
lsm: add the inode_free_security_rcu() LSM implementation hook
Paul Moore
-3
/
+6
2024-07-27
Merge tag 'landlock-6.11-rc1-houdini-fix' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
-2
/
+9
2024-07-24
landlock: Don't lose track of restrictions on cred_transfer
Jann Horn
-2
/
+9
2024-07-18
landlock: Various documentation improvements
Günther Noack
-8
/
+9
2024-07-08
landlock: Use bit-fields for storing handled layer access masks
Günther Noack
-21
/
+9
2024-05-31
landlock: Fix d_parent walk
Mickaël Salaün
-2
/
+11
2024-05-13
landlock: Add IOCTL access right for character and block devices
Günther Noack
-5
/
+224
2024-03-08
landlock: Use f_cred in security_file_open() hook
Mickaël Salaün
-7
/
+11
2024-03-08
landlock: Rename "ptrace" files to "task"
Mickaël Salaün
-9
/
+9
2024-03-08
landlock: Simplify current_check_access_socket()
Mickaël Salaün
-4
/
+3
2024-03-07
landlock: Warn once if a Landlock action is requested while disabled
Mickaël Salaün
-3
/
+15
2024-02-27
landlock: Add support for KUnit tests
Mickaël Salaün
-0
/
+255
2024-02-26
landlock: Fix asymmetric private inodes referring
Mickaël Salaün
-2
/
+2
2024-01-09
Merge tag 'landlock-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-16
/
+17
2024-01-03
landlock: Optimize the number of calls to get_access_mask slightly
Günther Noack
-2
/
+3
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.6]
Günther Noack
-1
/
+1
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.1]
Günther Noack
-9
/
+9
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v5.15]
Günther Noack
-4
/
+4
2023-11-12
LSM: Identify modules by more than name
Casey Schaufler
-4
/
+11
2023-10-26
landlock: Support network rules with TCP bind and connect
Konstantin Meskhidze
-24
/
+414
2023-10-26
landlock: Refactor landlock_add_rule() syscall
Konstantin Meskhidze
-44
/
+45
2023-10-26
landlock: Refactor layer helpers
Konstantin Meskhidze
-42
/
+66
2023-10-26
landlock: Move and rename layer helpers
Konstantin Meskhidze
-115
/
+129
2023-10-26
landlock: Refactor merge/inherit_ruleset helpers
Konstantin Meskhidze
-42
/
+74
2023-10-26
landlock: Refactor landlock_find_rule/insert_rule helpers
Konstantin Meskhidze
-54
/
+165
2023-10-26
landlock: Allow FS topology changes for domains without such rule type
Mickaël Salaün
-40
/
+60
2023-10-26
landlock: Make ruleset's access masks more generic
Konstantin Meskhidze
-20
/
+50
2023-08-18
landlock: Annotate struct landlock_rule with __counted_by
Kees Cook
-1
/
+1
2023-06-12
hostfs: Fix ephemeral inodes
Mickaël Salaün
-1
/
+1
2023-03-20
selinux: remove the runtime disable functionality
Paul Moore
-5
/
+5
[next]