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
nocache-cleanup
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-12-29
landlock: Improve the comment for domain_is_scoped
Tingmao Wang
1
-4
/
+4
2025-12-29
landlock: Optimize stack usage when !CONFIG_AUDIT
Mickaël Salaün
1
-2
/
+9
2025-12-26
landlock: Fix spelling
Mickaël Salaün
1
-1
/
+1
2025-12-26
landlock: Clean up hook_ptrace_access_check()
Mickaël Salaün
1
-2
/
+2
2025-12-26
landlock: Improve erratum documentation
Mickaël Salaün
1
-1
/
+1
2025-12-26
landlock: Remove useless include
Mickaël Salaün
1
-1
/
+0
2025-12-26
landlock: Fix wrong type usage
Tingmao Wang
1
-1
/
+1
2025-12-26
landlock: Fix TCP handling of short AF_UNSPEC addresses
Matthieu Buffet
1
-51
/
+67
2025-12-26
landlock: Fix formatting
Mickaël Salaün
1
-1
/
+2
2025-12-06
Merge tag 'landlock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-17
/
+59
2025-12-03
Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-11-28
landlock: Improve variable scope
Mickaël Salaün
1
-2
/
+3
2025-11-28
landlock: Fix handling of disconnected directories
Mickaël Salaün
2
-12
/
+44
2025-11-26
landlock: Minor comments improvements
Tingmao Wang
3
-4
/
+13
2025-11-12
landlock: fix splats from iput() after it started calling might_sleep()
Mateusz Guzik
1
-4
/
+3
2025-10-22
lsm: replace the name field with a pointer to the lsm_id struct
Paul Moore
1
-1
/
+1
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2025-09-01
fs: add an icount_read helper
Josef Bacik
1
-1
/
+1
2025-07-28
Merge tag 'landlock-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-27
/
+43
2025-07-19
landlock: Fix cosmetic change
Mickaël Salaün
1
-0
/
+1
2025-06-27
landlock: Fix warning from KUnit tests
Tingmao Wang
1
-27
/
+42
2025-06-17
landlock: opened file never has a negative dentry
Al Viro
1
-1
/
+0
2025-05-12
landlock: Improve bit operations in audit code
Mickaël Salaün
3
-4
/
+34
2025-05-03
landlock: Remove KUnit test that triggers a warning
Mickaël Salaün
1
-1
/
+1
2025-04-17
landlock: Fix documentation for landlock_restrict_self(2)
Mickaël Salaün
1
-6
/
+6
2025-04-17
landlock: Fix documentation for landlock_create_ruleset(2)
Mickaël Salaün
1
-8
/
+7
2025-04-11
landlock: Log the TGID of the domain creator
Mickaël Salaün
1
-2
/
+2
2025-04-08
landlock: Remove incorrect warning
Mickaël Salaün
1
-1
/
+1
2025-03-28
Merge tag 'landlock-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
24
-255
/
+2265
2025-03-26
landlock: Add LANDLOCK_RESTRICT_SELF_LOG_SUBDOMAINS_OFF
Mickaël Salaün
3
-7
/
+43
2025-03-26
landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flags
Mickaël Salaün
5
-12
/
+63
2025-03-26
landlock: Log scoped denials
Mickaël Salaün
5
-18
/
+97
2025-03-26
landlock: Log TCP bind and connect denials
Mickaël Salaün
3
-4
/
+60
2025-03-26
landlock: Log truncate and IOCTL denials
Mickaël Salaün
7
-6
/
+307
2025-03-26
landlock: Factor out IOCTL hooks
Mickaël Salaün
1
-21
/
+11
2025-03-26
landlock: Log file-related denials
Mickaël Salaün
3
-16
/
+233
2025-03-26
landlock: Log mount-related denials
Mickaël Salaün
4
-41
/
+74
2025-03-26
landlock: Add AUDIT_LANDLOCK_DOMAIN and log domain status
Mickaël Salaün
6
-4
/
+285
2025-03-26
landlock: Add AUDIT_LANDLOCK_ACCESS and log ptrace denials
Mickaël Salaün
7
-24
/
+336
2025-03-26
landlock: Identify domain execution crossing
Mickaël Salaün
3
-6
/
+59
2025-03-26
landlock: Prepare to use credential instead of domain for fowner
Mickaël Salaün
3
-21
/
+39
2025-03-26
landlock: Prepare to use credential instead of domain for scope
Mickaël Salaün
1
-24
/
+28
2025-03-26
landlock: Prepare to use credential instead of domain for network
Mickaël Salaün
1
-15
/
+12
2025-03-26
landlock: Prepare to use credential instead of domain for filesystem
Mickaël Salaün
2
-30
/
+92
2025-03-26
landlock: Move domain hierarchy management
Mickaël Salaün
4
-34
/
+53
2025-03-26
landlock: Add unique ID generator
Mickaël Salaün
5
-0
/
+282
2025-03-26
landlock: Always allow signals between threads of the same process
Mickaël Salaün
3
-6
/
+64
2025-03-24
Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-03-21
landlock: Prepare to add second errata
Mickaël Salaün
1
-0
/
+12
[next]