summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2025-04-29ima: kexec: move IMA log copy from kexec load to executeSteven Chen
2025-04-29ima: kexec: define functions to copy IMA log at soft bootSteven Chen
2025-04-29ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen
2025-04-29ima: define and call ima_alloc_kexec_file_buf()Steven Chen
2025-04-29ima: rename variable the seq_file "file" to "ima_kexec_file"Steven Chen
2025-04-24Merge tag 'landlock-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-22lsm: Move security_netlink_send to under CONFIG_SECURITY_NETWORKSong Liu
2025-04-22ima: process_measurement() needlessly takes inode_lock() on MAY_READFrederick Lawler
2025-04-17landlock: Fix documentation for landlock_restrict_self(2)Mickaël Salaün
2025-04-17landlock: Fix documentation for landlock_create_ruleset(2)Mickaël Salaün
2025-04-15hardening: Disable GCC randstruct for COMPILE_TESTKees Cook
2025-04-12selinux: fix the kdoc header for task_avdcache_updatePaul Moore
2025-04-12selinux: remove a duplicated includePaul Moore
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima
2025-04-11selinux: reduce path walk overheadPaul Moore
2025-04-11selinux: support wildcard match in genfsconTakaya Saeki
2025-04-11selinux: drop copy-paste commentChristian Göttsche
2025-04-11selinux: unify OOM handling in network hashtablesChristian Göttsche
2025-04-11selinux: add likely hints for fast pathsChristian Göttsche
2025-04-11selinux: contify network namespace pointerChristian Göttsche
2025-04-11selinux: constify network address pointerChristian Göttsche
2025-04-11landlock: Log the TGID of the domain creatorMickaël Salaün
2025-04-08landlock: Remove incorrect warningMickaël Salaün
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown
2025-04-08VFS: rename lookup_one_len family to lookup_noperm and remove permission checkNeilBrown
2025-04-01mseal sysmap: kernel config and header changeJeff Xu
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-03-28Merge tag 'landlock-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-28Merge tag 'caps-pr-20250327' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-28Merge tag 'integrity-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-28Merge tag 'ipe-pr-20250324' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-27ima: limit the number of ToMToU integrity violationsMimi Zohar
2025-03-27ima: limit the number of open-writers integrity violationsMimi Zohar
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-26landlock: Add LANDLOCK_RESTRICT_SELF_LOG_SUBDOMAINS_OFFMickaël Salaün
2025-03-26landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flagsMickaël Salaün
2025-03-26landlock: Log scoped denialsMickaël Salaün
2025-03-26landlock: Log TCP bind and connect denialsMickaël Salaün
2025-03-26landlock: Log truncate and IOCTL denialsMickaël Salaün
2025-03-26landlock: Factor out IOCTL hooksMickaël Salaün
2025-03-26landlock: Log file-related denialsMickaël Salaün
2025-03-26landlock: Log mount-related denialsMickaël Salaün
2025-03-26landlock: Add AUDIT_LANDLOCK_DOMAIN and log domain statusMickaël Salaün
2025-03-26landlock: Add AUDIT_LANDLOCK_ACCESS and log ptrace denialsMickaël Salaün
2025-03-26landlock: Identify domain execution crossingMickaël Salaün
2025-03-26landlock: Prepare to use credential instead of domain for fownerMickaël Salaün
2025-03-26landlock: Prepare to use credential instead of domain for scopeMickaël Salaün