summaryrefslogtreecommitdiff
path: root/security/selinux/hooks.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-31selinux: fix BPF token permission checksPaul Moore1-26/+10
2026-08-19Merge tag 'selinux-pr-20260814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+18
2026-07-31selinux: bpf: check SBLABEL_MNT before isec initCarlos Llamas1-4/+4
2026-07-15selinux: compute the IMA configuration settings string length once at bootIan Bridges1-0/+3
2026-07-14selinux: fix incorrect execmem checks on overlayfsOndrej Mosnacek1-18/+24
2026-07-13selinux: suppress warning flood for retired DCCP netlink messagesYafang Shao1-6/+12
2026-07-01selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()Tristan Madani1-9/+10
2026-07-01selinux: check connect-related permissions on TCP Fast OpenStephen Smalley1-1/+18
2026-06-30selinux: hooks: use kmalloc() to allocate path bufferMike Rapoport (Microsoft)1-3/+3
2026-06-17Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+3
2026-05-01security,fs,nfs,net: update security_inode_listsecurity() interfaceStephen Smalley1-7/+3
2026-04-28selinux: fix avdcache auditingStephen Smalley1-18/+13
2026-04-27selinux: don't reserve xattr slot when we won't fill itDavid Windsor1-1/+2
2026-04-27selinux: use sk blob accessor in socket permission helpersZongyao Chen1-2/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+3
2026-04-13Merge tag 'selinux-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2026-04-13Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-64/+178
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-1/+3
2026-04-03selinux: fix overlayfs mmap() and mprotect() access checksPaul Moore1-64/+178
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-5/+5
2026-02-23selinux: annotate intentional data race in inode_doinit_with_dentry()Christian Göttsche1-1/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-14selinux: drop the BUG() in cred_has_capability()Paul Moore1-1/+0
2026-01-14selinux: fix a capabilities parsing typo in selinux_bpf_token_capable()Paul Moore1-1/+1
2026-01-13selinux: add support for BPF token access controlEric Suen1-3/+119
2026-01-13selinux: move the selinux_blob_sizes structPaul Moore1-21/+21
2025-12-03Merge tag 'integrity-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+3
2025-12-03Merge tag 'selinux-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+21
2025-12-03Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+8
2025-11-20selinux: rename the cred_security_struct variables to "crsec"Paul Moore1-115/+115
2025-11-20selinux: move avdcache to per-task security structStephen Smalley1-13/+18
2025-11-20selinux: rename task_security_struct to cred_security_structStephen Smalley1-34/+34
2025-11-19ima: Access decompressed kernel module to verify appended signatureCoiby Xu1-2/+3
2025-10-22memfd,selinux: call security_inode_init_security_anon()Thiébaud Weksteen1-5/+21
2025-10-22selinux: move initcalls to the LSM frameworkPaul Moore1-2/+7
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore1-1/+1
2025-10-03Merge tag 'pull-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-46/+10
2025-09-30Merge tag 'selinux-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+7
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2025-09-15security_dentry_init_security(): constify qstr argumentAl Viro1-1/+1
2025-09-07selinux: enable per-file labeling for functionfsNeill Kapron1-2/+6
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-08-30audit: add record for multiple object contextsCasey Schaufler1-1/+3
2025-08-30audit: add record for multiple task security contextsCasey Schaufler1-0/+3
2025-08-11lsm,selinux: Add LSM blob support for BPF objectsBlaise Boscaccy1-46/+10
2025-08-11selinux: use a consistent method to get full socket from skbTianjia Zhang1-1/+1
2025-07-28Merge tag 'selinux-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+13
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2