summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2025-09-30Merge tag 'lsm-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-30Merge tag 'selinux-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-11lsm: CONFIG_LSM can depend on CONFIG_SECURITYRandy Dunlap
2025-09-07selinux: enable per-file labeling for functionfsNeill Kapron
2025-09-03selinux: fix sel_read_bool() allocation and error handlingStephen Smalley
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-09-01fs: add an icount_read helperJosef Bacik
2025-08-30audit: add record for multiple object contextsCasey Schaufler
2025-08-30audit: add record for multiple task security contextsCasey Schaufler
2025-08-30lsm: security_lsmblob_to_secctx module selectionCasey Schaufler
2025-08-18security: use umax() to improve codeQianfeng Rong
2025-08-12selinux: Remove redundant __GFP_NOWARNQianfeng Rong
2025-08-11lsm,selinux: Add LSM blob support for BPF objectsBlaise Boscaccy
2025-08-11lsm: use lsm_blob_alloc() in lsm_bdev_alloc()Paul Moore
2025-08-11selinux: use a consistent method to get full socket from skbTianjia Zhang
2025-08-11selinux: Remove unused function selinux_policycap_netif_wildcard()Yue Haibing
2025-08-04Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-04apparmor: fix: oops when trying to free null rulesetJohn Johansen
2025-07-31Merge tag 'integrity-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-31Merge tag 'caps-pr-20250729' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-07-31Merge tag 'ipe-pr-20250728' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-30apparmor: fix Regression on linux-next (next-20250721)John Johansen
2025-07-30apparmor: fix test error: WARNING in apparmor_unix_stream_connectJohn Johansen
2025-07-30apparmor: Remove the unused variable rulesJiapeng Chong
2025-07-29Merge tag 'powerpc-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2025-07-28Merge tag 'landlock-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-28ipe: use SHA-256 library API instead of crypto_shash APIEric Biggers
2025-07-28Merge tag 'selinux-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'lsm-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-28Merge tag 'libcrypto-conversions-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-07-28Merge tag 'pull-securityfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-07-26kstack_erase: Support Clang stack depth trackingKees Cook
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook
2025-07-20apparmor: fix: accept2 being specifie even when permission table is presntJohn Johansen
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen
2025-07-20apparmor: fix documentation mismatches in val_mask_to_str and socket functionsPeng Jiang
2025-07-20apparmor: remove redundant perms.allow MAY_EXEC bitflag setRyan Lee
2025-07-20apparmor: fix kernel doc warnings for kernel test robotJohn Johansen
2025-07-20apparmor: Fix unaligned memory accesses in KUnit testHelge Deller
2025-07-20apparmor: Fix 8-byte alignment for initial dfa blob streamsHelge Deller
2025-07-20apparmor: shift uid when mediating af_unix in usernsGabriel Totev
2025-07-20apparmor: shift ouid when mediating hard links in usernsGabriel Totev
2025-07-20apparmor: make sure unix socket labeling is correctly updated.John Johansen
2025-07-19landlock: Fix cosmetic changeMickaël Salaün