summaryrefslogtreecommitdiff
path: root/security/apparmor/lsm.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-29apparmor: cleanup remove unused percpu critical sections in buffer managementJohn Johansen1-5/+0
2026-01-29apparmor: document the buffer hold, add an overflow guardJohn Johansen1-2/+26
2026-01-29apparmor: avoid per-cpu hold underflow in aa_get_bufferZhengmian Hu1-1/+2
2026-01-29apparmor: move check for aa_null file to cover all casesJohn Johansen1-4/+0
2026-01-29apparmor: account for in_atomic removal in common_file_permRyan Lee1-3/+2
2026-01-29apparmor: drop in_atomic flag in common_mmap, and common_file_permJohn Johansen1-12/+9
2026-01-29apparmor: fix boolean argument in apparmor_mmap_fileRyan Lee1-1/+1
2025-10-22apparmor: move initcalls to the LSM frameworkPaul Moore1-1/+8
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore1-1/+1
2025-09-30Merge tag 'audit-pr-20250926' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-1/+1
2025-08-30audit: add record for multiple task security contextsCasey Schaufler1-0/+3
2025-08-04Merge tag 'apparmor-pr-2025-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-94/+374
2025-07-30apparmor: fix Regression on linux-next (next-20250721)John Johansen1-0/+1
2025-07-30apparmor: fix test error: WARNING in apparmor_unix_stream_connectJohn Johansen1-2/+3
2025-07-30apparmor: Remove the unused variable rulesJiapeng Chong1-2/+0
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen1-3/+2
2025-07-20apparmor: fix documentation mismatches in val_mask_to_str and socket functionsPeng Jiang1-2/+22
2025-07-20apparmor: fix kernel doc warnings for kernel test robotJohn Johansen1-2/+8
2025-07-20apparmor: Fix 8-byte alignment for initial dfa blob streamsHelge Deller1-2/+2
2025-07-20apparmor: make sure unix socket labeling is correctly updated.John Johansen1-47/+118
2025-07-15apparmor: Remove use of the double lockJohn Johansen1-2/+2
2025-07-15apparmor: make __begin_current_label_crit_section() indicate whether put is n...Mateusz Guzik1-29/+46
2025-02-10apparmor: fix typos and spelling errorsTanya Agarwal1-1/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-18apparmor: add fine grained af_unix mediationJohn Johansen1-7/+156
2025-01-18apparmor: lift kernel socket check out of critical sectionJohn Johansen1-1/+5
2025-01-18apparmor: remove af_select macroJohn Johansen1-26/+9
2025-01-18apparmor: add ability to mediate caps with policy state machineJohn Johansen1-6/+5
2025-01-18apparmor: Improve debug print infrastructureJohn Johansen1-2/+34
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler1-4/+0
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler1-6/+14
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler1-0/+1
2024-07-29lsm: infrastructure management of the sock securityCasey Schaufler1-16/+1
2024-07-27Merge tag 'apparmor-pr-2024-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+11
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-24apparmor: try to avoid refing the label in apparmor_file_openMateusz Guzik1-2/+3
2024-05-10apparmor: fix typo in kernel docChristian Göttsche1-1/+1
2024-05-10apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang1-0/+7
2024-04-15lsm: remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2024-03-14lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler1-2/+2
2024-02-27Merge tag 'lsm-pr-20240227' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-02-23apparmor: fix lsm_get_self_attr()Mickaël Salaün1-1/+1
2024-01-24exec: Check __FMODE_EXEC instead of in_execve for LSMsKees Cook1-1/+3
2024-01-19Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-46/+17
2023-12-29apparmor: Fix ref count leak in task_killJohn Johansen1-1/+0
2023-11-26apparmor: cleanup network hook commentsJohn Johansen1-44/+16
2023-11-19apparmor: declare nulldfa as staticJohn Johansen1-1/+1