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
Age
Commit message (
Expand
)
Author
Lines
2024-10-05
Merge tag 'hardening-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2024-10-05
Merge tag 'lsm-pr-20241004' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-577
/
+118
2024-10-04
tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM support
Paul Moore
-577
/
+118
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-2
/
+2
2024-09-28
hardening: Adjust dependencies in selection of MODVERSIONS
Nathan Chancellor
-2
/
+2
2024-09-27
Merge tag 'tomoyo-pr-20240927' of git://git.code.sf.net/p/tomoyo/tomoyo
Linus Torvalds
-121
/
+583
2024-09-25
tomoyo: fallback to realpath if symlink's pathname does not exist
Tetsuo Handa
-3
/
+6
2024-09-24
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+2
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-24
Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-11
/
+5
2024-09-24
tomoyo: allow building as a loadable LSM module
Tetsuo Handa
-4
/
+467
2024-09-23
ipe: Add missing terminator to list of unit tests
Guenter Roeck
-0
/
+1
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-15
/
+15
2024-09-23
tomoyo: preparation step for building as a loadable LSM module
Tetsuo Handa
-116
/
+112
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-1
/
+0
2024-09-19
selinux,smack: properly reference the LSM blob in security_watch_key()
Paul Moore
-11
/
+4
2024-09-19
Merge tag 'Smack-for-6.12' of https://github.com/cschaufler/smack-next
Linus Torvalds
-3
/
+3
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-09-16
Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-409
/
+4127
2024-09-16
Merge tag 'selinux-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-76
/
+68
2024-09-16
Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+32
2024-09-16
Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
-2
/
+2
2024-09-12
security,bpf: constify struct path in bpf_token_create() LSM hook
Andrii Nakryiko
-2
/
+2
2024-09-11
bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0
Song Liu
-1
/
+0
2024-09-09
security: Update file_set_fowner documentation
Mickaël Salaün
-0
/
+2
2024-09-03
selinux: fix style problems in security/selinux/include/audit.h
Paul Moore
-23
/
+23
2024-09-03
smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipso
Jiawei Ye
-1
/
+1
2024-09-01
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/...
Linus Torvalds
-3
/
+3
2024-08-31
Merge tag 'lsm-pr-20240830' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-4
/
+4
2024-08-30
proc: add config & param to block forcing mem writes
Adrian Ratiu
-0
/
+32
2024-08-29
lsm: Use IS_ERR_OR_NULL() helper function
Hongbo Li
-1
/
+1
2024-08-28
selinux,smack: don't bypass permissions check in inode_setsecctx hook
Scott Mayhew
-4
/
+4
2024-08-28
selinux: simplify avc_xperms_audit_required()
Zhen Lei
-2
/
+2
2024-08-28
selinux: mark both IPv4 and IPv6 accepted connection sockets as labeled
Guido Trentalancia
-1
/
+1
2024-08-28
file: reclaim 24 bytes from f_owner
Christian Brauner
-2
/
+2
2024-08-27
selinux: replace kmem_cache_create() with KMEM_CACHE()
Eric Suen
-23
/
+8
2024-08-26
lsm: remove LSM_COUNT and LSM_CONFIG_COUNT
Tetsuo Handa
-33
/
+4
2024-08-26
selinux: annotate false positive data race to avoid KCSAN warnings
Stephen Smalley
-1
/
+6
2024-08-25
apparmor: fix policy_unpack_test on big endian systems
Guenter Roeck
-3
/
+3
2024-08-22
security: smack: Fix indentation in smack_netfilter.c
GiSeong Ji
-2
/
+2
2024-08-22
ipe: Remove duplicated include in ipe.c
Yang Li
-1
/
+0
2024-08-22
lsm: replace indirect LSM hook calls with static calls
KP Singh
-64
/
+155
2024-08-20
ipe: kunit test for parser
Deven Bowers
-0
/
+316
2024-08-20
scripts: add boot policy generation program
Deven Bowers
-0
/
+43
2024-08-20
ipe: enable support for fs-verity as a trust provider
Fan Wu
-1
/
+237
2024-08-20
lsm: add security_inode_setintegrity() hook
Fan Wu
-0
/
+20
2024-08-20
ipe: add support for dm-verity as a trust provider
Deven Bowers
-15
/
+460
2024-08-20
block,lsm: add LSM blob and new LSM hooks for block devices
Deven Bowers
-0
/
+103
2024-08-20
ipe: add permissive toggle
Deven Bowers
-4
/
+102
[next]