summaryrefslogtreecommitdiff
path: root/security/apparmor/lsm.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-10apparmor: mark static tables and structs as read onlyJohn Johansen1-4/+4
2026-08-10apparmor: make table entry count last enum for static tablesJohn Johansen1-2/+2
2026-08-10apparmor: move sock_rcv_skb() next to inet_conn_requestJohn Johansen1-36/+33
2026-08-10apparmor: move netfilter functions next to the LSM network operationsJohn Johansen1-44/+46
2026-08-10apparmor: refactor network sock mediation in preparation for inet mediationJohn Johansen1-10/+56
2026-08-07apparmor: optimize current_label_crit_section() with needputJohn Johansen1-18/+27
2026-06-23apparmor: mediate the implicit connect of TCP fast open sendmsgBryam Vargas1-1/+15
2026-06-13security: apparmor: fix two spelling mistakesQingshuang Fu1-1/+1
2026-06-13apparmor: Fix inverted comparison in cache_hold_inc()Eduardo Vasconcelos1-1/+1
2026-04-22apparmor/lsm: Fix aa_dfa_unpack's error handling in aa_setup_dfa_engineGONG Ruiqi1-0/+1
2026-04-22apparmor: Fix wrong dentry in RENAME_EXCHANGE uid checkDudu Lu1-1/+1
2026-04-22apparmor: Use sysfs_emit in param_get_{audit,mode}Thorsten Blum1-3/+3
2026-04-22apparmor: Remove redundant if check in sk_peer_get_labelThorsten Blum1-5/+1
2026-04-22apparmor: Replace memcpy + NUL termination with kmemdup_nul in do_setattrThorsten Blum1-4/+1
2026-02-23apparmor: use target task's context in apparmor_getprocattr()Cengiz Can1-9/+7
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