summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2025-01-18apparmor: add fine grained af_unix mediationJohn Johansen-58/+1063
2025-01-18apparmor: in preparation for finer networking rules rework match_protJohn Johansen-14/+75
2025-01-18apparmor: lift kernel socket check out of critical sectionJohn Johansen-1/+5
2025-01-18apparmor: remove af_select macroJohn Johansen-36/+9
2025-01-18apparmor: add ability to mediate caps with policy state machineJohn Johansen-6/+62
2025-01-18apparmor: fix x_table_lookup when stacking is not the first entryJohn Johansen-23/+29
2025-01-18apparmor: add support for profiles to define the kill signalJohn Johansen-6/+34
2025-01-18apparmor: add additional flags to extended permission.John Johansen-21/+54
2025-01-18apparmor: carry mediation check on labelJohn Johansen-24/+68
2025-01-18apparmor: cleanup: refactor file_perm() to doc semantics of some checksJohn Johansen-2/+15
2025-01-18apparmor: remove explicit restriction that unconfined cannot use change_hatJohn Johansen-3/+18
2025-01-18apparmor: ensure labels with more than one entry have correct flagsJohn Johansen-1/+2
2025-01-18apparmor: switch signal mediation to use RULE_MEDIATESJohn Johansen-5/+5
2025-01-18apparmor: remove redundant unconfined check.John Johansen-2/+1
2025-01-18apparmor: cleanup: attachment perm lookup to use lookup_perms()John Johansen-8/+6
2025-01-18apparmor: Improve debug print infrastructureJohn Johansen-34/+177
2025-01-18apparmor: Use str_yes_no() helper functionThorsten Blum-4/+4
2025-01-17landlock: Optimize file path walks and prepare for audit supportMickaël Salaün-17/+27
2025-01-17landlock: Align partial refer access checks with final onesMickaël Salaün-1/+13
2025-01-17landlock: Simplify initially denied access rightsMickaël Salaün-11/+19
2025-01-17landlock: Move access typesMickaël Salaün-46/+68
2025-01-17landlock: Factor out check_access_path()Mickaël Salaün-21/+11
2025-01-14landlock: Use scoped guards for ruleset in landlock_add_rule()Mickaël Salaün-10/+4
2025-01-14landlock: Use scoped guards for rulesetMickaël Salaün-29/+23
2025-01-14landlock: Constify get_mode_access()Mickaël Salaün-1/+1
2025-01-14landlock: Handle weird filesMickaël Salaün-6/+5
2025-01-12security: remove get_task_comm() and print task comm directlyYafang Shao-3/+1
2025-01-08hardening: Document INIT_STACK_ALL_PATTERN behavior with GCCGeert Uytterhoeven-0/+1
2025-01-07selinux: make more use of str_read() when loading the policyChristian Göttsche-22/+12
2025-01-07selinux: avoid unnecessary indirection in struct level_datumChristian Göttsche-17/+10
2025-01-07selinux: use known type instead of void pointerChristian Göttsche-74/+77
2025-01-07selinux: rename comparison functions for clarityChristian Göttsche-16/+16
2025-01-07selinux: rework match_ipv6_addrmask()Christian Göttsche-7/+5
2025-01-07selinux: constify and reconcile function parameter namesChristian Göttsche-6/+6
2025-01-07selinux: avoid using types indicating user space interactionChristian Göttsche-2/+2
2025-01-07selinux: supply missing field initializersChristian Göttsche-2/+2
2025-01-07Merge tag 'selinux-pr-20250107' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-38/+65
2025-01-06tomoyo: automatically use patterns for several situations in learning modeTetsuo Handa-0/+30
2025-01-05lockdown: initialize local array before use to quiet static analysisTanya Agarwal-1/+1
2025-01-04safesetid: check size of policy writesLeo Stone-0/+3
2025-01-04lsm: rename variable to avoid shadowingChristian Göttsche-2/+2
2025-01-04lsm: constify function parametersChristian Göttsche-2/+2
2025-01-04security: remove redundant assignment to return variableColin Ian King-3/+1
2025-01-04selinux: match extended permissions to their base permissionsThiébaud Weksteen-38/+65
2025-01-04lsm: Only build lsm_audit.c if CONFIG_SECURITY and CONFIG_AUDIT are setMickaël Salaün-1/+6
2025-01-03ima: ignore suffixed policy rule commentsMimi Zohar-1/+1
2025-01-03ima: limit the builtin 'tcb' dont_measure tmpfs policy ruleMimi Zohar-1/+2
2024-12-24ima: kexec: silence RCU list traversal warningBreno Leitao-1/+2
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik-1/+1
2024-12-18ima: instantiate the bprm_creds_for_exec() hookMimi Zohar-2/+54