index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
landlock
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-21
landlock: Add erratum for TCP fix
Mickaël Salaün
1
-0
/
+15
2025-03-21
landlock: Add the errata interface
Mickaël Salaün
4
-4
/
+138
2025-03-21
landlock: Move code to ease future backports
Mickaël Salaün
1
-5
/
+5
2025-03-08
vfs: Remove invalidate_inodes()
Jan Kara
1
-1
/
+1
2025-02-14
landlock: Fix non-TCP sockets restriction
Mikhail Ivanov
1
-2
/
+1
2025-02-14
landlock: Fix grammar error
Tanya Agarwal
1
-1
/
+1
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
[prev]
[next]