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