summaryrefslogtreecommitdiff
path: root/security/apparmor/policy_unpack.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-10apparmor: fix race between freeing data and fs accessing itJohn Johansen1-2/+4
2026-03-10apparmor: fix race on rawdata dereferenceJohn Johansen1-9/+23
2026-03-10apparmor: fix memory leak in verify_headerMassimiliano Pellizzer1-1/+0
2026-03-10apparmor: validate DFA start states are in bounds in unpack_pdbMassimiliano Pellizzer1-1/+11
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-10/+9
2026-02-18apparmor: fix signedness bug in unpack_tags()Massimiliano Pellizzer1-1/+1
2026-02-03apparmor: fix cast in format string DEBUG statementJohn Johansen1-1/+1
2026-02-02apparmor: fix fmt string type error in process_strs_entryJohn Johansen1-2/+3
2026-01-29apparmor: return -ENOMEM in unpack_perms_table upon alloc failureRyan Lee1-2/+4
2026-01-29apparmor: add support loading per permission taggingJohn Johansen1-10/+217
2026-01-22apparmor: make str table more generic and be able to have multiple entriesJohn Johansen1-37/+73
2025-07-20apparmor: fix: accept2 being specifie even when permission table is presntJohn Johansen1-1/+2
2025-07-20apparmor: transition from a list of rules to a vector of rulesJohn Johansen1-3/+3
2025-07-16apparmor: mitigate parser generating large xtablesJohn Johansen1-6/+21
2025-05-17apparmor: Fix incorrect profile->signal range checkColin Ian King1-1/+1
2025-05-17security/apparmor: use kfree_sensitive() in unpack_secmark()Zilin Guan1-2/+2
2025-01-18apparmor: add support for profiles to define the kill signalJohn Johansen1-0/+7
2025-01-18apparmor: add additional flags to extended permission.John Johansen1-1/+19
2025-01-18apparmor: carry mediation check on labelJohn Johansen1-0/+2
2024-11-27apparmor: document first entry is in packed perms struct is reservedJohn Johansen1-1/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-07-24apparmor: unpack transition table if dfa is not presentGeorgia Garcia1-17/+25
2024-05-10apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin1-0/+1
2024-01-09apparmor: Fix memory leak in unpack_profile()Gaosheng Cui1-0/+2
2024-01-04apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin1-0/+4
2024-01-04apparmor: fix possible memory leak in unpack_trans_tableFedor Pchelkin1-4/+3
2023-11-03Merge tag 'apparmor-pr-2023-11-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-78/+74
2023-10-19apparmor: refcount the pdbJohn Johansen1-60/+48
2023-10-19apparmor: provide separate audit messages for file and policy checksJohn Johansen1-5/+11
2023-10-19apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen1-14/+15
2023-10-18apparmor: convert to new timestamp accessorsJeff Layton1-2/+2
2023-08-22apparmor: fix invalid reference on profile->disconnectedGeorgia Garcia1-2/+3
2023-07-24apparmor: convert to ctime accessor functionsJeff Layton1-2/+2
2023-07-10apparmor: Fix kernel-doc warnings in apparmor/policy_unpack.cGaosheng Cui1-1/+1
2023-07-10apparmor: update ctime whenever the mtime changes on an inodeJeff Layton1-4/+7
2023-07-07Merge tag 'apparmor-pr-2023-07-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-38/+64
2023-07-06apparmor: Fix kernel-doc header for verify_dfa_accept_indexJohn Johansen1-1/+1
2023-07-06apparmor: fix: kzalloc perms tables for shared dfasJohn Johansen1-4/+22
2023-07-06apparmor: fix profile verification and enable itJohn Johansen1-19/+15
2023-07-06apparmor: fix policy_compat permission remap with extended permissionsJohn Johansen1-12/+19
2023-07-06apparmor: fix missing error check for rhashtable_insert_fastDanila Chernetsov1-2/+7
2023-07-06AppArmor: Fix some kernel-doc commentsYang Li1-1/+1
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds1-10/+30
2023-01-19mm: new primitive kvmemdup()Hao Sun1-10/+1
2022-12-15Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-190/+399
2022-12-13apparmor: test: make static symbols visible during kunit testingRae Moar1-134/+104
2022-10-25apparmor: Fix memleak issue in unpack_profile()Xiu Jianfeng1-3/+12
2022-10-11apparmor: Fix unpack_profile() warn: passing zero to 'ERR_PTR'John Johansen1-5/+16