summaryrefslogtreecommitdiff
path: root/security/apparmor/policy_unpack.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-10apparmor: fix uninitialize table variable in error in unpack_trans_tableJohn Johansen1-1/+1
2022-10-04apparmor: store return value of unpack_perms_table() to signed variableMuhammad Usama Anjum1-4/+8
2022-10-04apparmor: Fix decompression of rawdata for read back to userspaceJohn Johansen1-3/+4
2022-10-04apparmor: Remove unnecessary size check when unpacking trans_tableJohn Johansen1-3/+7
2022-10-04apparmor: rework profile->rules to be a listJohn Johansen1-16/+18
2022-10-04apparmor: refactor profile rules and attachmentsJohn Johansen1-56/+62
2022-10-04apparmor: verify loaded permission bits masks don't overlapJohn Johansen1-4/+30
2022-10-04apparmor: verify permission table indexesJohn Johansen1-1/+34
2022-10-04apparmor: add the ability for policy to specify a permission tableJohn Johansen1-10/+94
2022-10-04apparmor: make unpack_array return a trianary valueJohn Johansen1-16/+27
2022-10-04apparmor: group dfa policydb unpackingJohn Johansen1-38/+63
2022-10-04apparmor: make transition table unpack generic so it can be reusedJohn Johansen1-10/+12
2022-10-04apparmor: add user mode flagJohn Johansen1-0/+2
2022-10-04apparmor: add mediation class information to auditingJohn Johansen1-1/+1
2022-10-04apparmor: extend permissions to support a label and tag stringJohn Johansen1-1/+1
2022-10-04apparmor: isolate policy backwards compatibility to its own fileJohn Johansen1-286/+4
2022-10-04apparmor: extend xindex sizeJohn Johansen1-4/+4
2022-10-04apparmor: move dfa perm macros into policy_unpackJohn Johansen1-0/+49
2022-10-04apparmor: extend policydb permission set by making use of the xbitsJohn Johansen1-4/+27
2022-10-04apparmor: fix apparmor mediating locking non-fs unix socketsJohn Johansen1-4/+9
2022-10-04apparmor: Fix abi check to include v8 abiJohn Johansen1-1/+1
2022-10-04apparmor: preparse for state being more than just an integerJohn Johansen1-8/+8
2022-10-04apparmor: convert policy lookup to use accept as an indexJohn Johansen1-7/+12
2022-10-04apparmor: convert xmatch lookup to use accept as an indexJohn Johansen1-0/+1
2022-10-04apparmor: convert fperm lookup to use accept as an indexJohn Johansen1-17/+40