summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-01-23Merge tag 'caps-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/se...Linus Torvalds
2025-01-22Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-01-22Merge tag 'hardening-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-22Merge tag 'tomoyo-pr-20250123' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds
2025-01-22Merge tag 'landlock-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-22Merge tag 'keys-next-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-21Merge tag 'selinux-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-21Merge tag 'Smack-for-6.14' of https://github.com/cschaufler/smack-nextLinus Torvalds
2025-01-21Merge tag 'integrity-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-21KEYS: trusted: dcp: fix improper sg use with CONFIG_VMAP_STACK=yDavid Gstir
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-17landlock: Optimize file path walks and prepare for audit supportMickaël Salaün
2025-01-17landlock: Align partial refer access checks with final onesMickaël Salaün
2025-01-17landlock: Simplify initially denied access rightsMickaël Salaün
2025-01-17landlock: Move access typesMickaël Salaün
2025-01-17landlock: Factor out check_access_path()Mickaël Salaün
2025-01-14landlock: Use scoped guards for ruleset in landlock_add_rule()Mickaël Salaün
2025-01-14landlock: Use scoped guards for rulesetMickaël Salaün
2025-01-14landlock: Constify get_mode_access()Mickaël Salaün
2025-01-14landlock: Handle weird filesMickaël Salaün
2025-01-12security: remove get_task_comm() and print task comm directlyYafang Shao
2025-01-08hardening: Document INIT_STACK_ALL_PATTERN behavior with GCCGeert Uytterhoeven
2025-01-07selinux: make more use of str_read() when loading the policyChristian Göttsche
2025-01-07selinux: avoid unnecessary indirection in struct level_datumChristian Göttsche
2025-01-07selinux: use known type instead of void pointerChristian Göttsche
2025-01-07selinux: rename comparison functions for clarityChristian Göttsche
2025-01-07selinux: rework match_ipv6_addrmask()Christian Göttsche
2025-01-07selinux: constify and reconcile function parameter namesChristian Göttsche
2025-01-07selinux: avoid using types indicating user space interactionChristian Göttsche
2025-01-07selinux: supply missing field initializersChristian Göttsche
2025-01-07Merge tag 'selinux-pr-20250107' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-06tomoyo: automatically use patterns for several situations in learning modeTetsuo Handa
2025-01-05lockdown: initialize local array before use to quiet static analysisTanya Agarwal
2025-01-04safesetid: check size of policy writesLeo Stone
2025-01-04lsm: rename variable to avoid shadowingChristian Göttsche
2025-01-04lsm: constify function parametersChristian Göttsche
2025-01-04security: remove redundant assignment to return variableColin Ian King
2025-01-04selinux: match extended permissions to their base permissionsThiébaud Weksteen
2025-01-04lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are setMickaël Salaün
2025-01-03ima: ignore suffixed policy rule commentsMimi Zohar
2025-01-03ima: limit the builtin 'tcb' dont_measure tmpfs policy ruleMimi Zohar
2024-12-24ima: kexec: silence RCU list traversal warningBreno Leitao
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik
2024-12-18ima: instantiate the bprm_creds_for_exec() hookMimi Zohar
2024-12-18security: Add EXEC_RESTRICT_FILE and EXEC_DENY_INTERACTIVE securebitsMickaël Salaün