summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2024-09-27Merge tag 'tomoyo-pr-20240927' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds
2024-09-25tomoyo: fallback to realpath if symlink's pathname does not existTetsuo Handa
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-09-24Merge tag 'landlock-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-24Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-24tomoyo: allow building as a loadable LSM moduleTetsuo Handa
2024-09-23ipe: Add missing terminator to list of unit testsGuenter Roeck
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-23tomoyo: preparation step for building as a loadable LSM moduleTetsuo Handa
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-19selinux,smack: properly reference the LSM blob in security_watch_key()Paul Moore
2024-09-19Merge tag 'Smack-for-6.12' of https://github.com/cschaufler/smack-nextLinus Torvalds
2024-09-16landlock: Add signal scopingTahera Fahimi
2024-09-16landlock: Add abstract UNIX socket scopingTahera Fahimi
2024-09-16Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16Merge tag 'selinux-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-09-12security,bpf: constify struct path in bpf_token_create() LSM hookAndrii Nakryiko
2024-09-11bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0Song Liu
2024-09-09security: Update file_set_fowner documentationMickaël Salaün
2024-09-03selinux: fix style problems in security/selinux/include/audit.hPaul Moore
2024-09-03smackfs: Use rcu_assign_pointer() to ensure safe assignment in smk_set_cipsoJiawei Ye
2024-09-01Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/...Linus Torvalds
2024-08-31Merge tag 'lsm-pr-20240830' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-08-30proc: add config & param to block forcing mem writesAdrian Ratiu
2024-08-29lsm: Use IS_ERR_OR_NULL() helper functionHongbo Li
2024-08-28selinux,smack: don't bypass permissions check in inode_setsecctx hookScott Mayhew
2024-08-28selinux: simplify avc_xperms_audit_required()Zhen Lei
2024-08-28selinux: mark both IPv4 and IPv6 accepted connection sockets as labeledGuido Trentalancia
2024-08-28file: reclaim 24 bytes from f_ownerChristian Brauner
2024-08-27selinux: replace kmem_cache_create() with KMEM_CACHE()Eric Suen
2024-08-26lsm: remove LSM_COUNT and LSM_CONFIG_COUNTTetsuo Handa
2024-08-26selinux: annotate false positive data race to avoid KCSAN warningsStephen Smalley
2024-08-25apparmor: fix policy_unpack_test on big endian systemsGuenter Roeck
2024-08-22security: smack: Fix indentation in smack_netfilter.cGiSeong Ji
2024-08-22ipe: Remove duplicated include in ipe.cYang Li
2024-08-22lsm: replace indirect LSM hook calls with static callsKP Singh
2024-08-20ipe: kunit test for parserDeven Bowers
2024-08-20scripts: add boot policy generation programDeven Bowers
2024-08-20ipe: enable support for fs-verity as a trust providerFan Wu
2024-08-20lsm: add security_inode_setintegrity() hookFan Wu
2024-08-20ipe: add support for dm-verity as a trust providerDeven Bowers
2024-08-20block,lsm: add LSM blob and new LSM hooks for block devicesDeven Bowers
2024-08-20ipe: add permissive toggleDeven Bowers
2024-08-20audit,ipe: add IPE auditing supportDeven Bowers
2024-08-20ipe: add userspace interfaceDeven Bowers
2024-08-20lsm: add new securityfs delete functionFan Wu
2024-08-20ipe: introduce 'boot_verified' as a trust providerFan Wu
2024-08-20initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu