summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
34 hoursapparmor: fix label can not be immediately before a declarationJohn Johansen1-1/+2
34 hoursapparmor: put secmark label after secid lookupZygmunt Krynicki1-0/+1
34 hoursapparmor: aa_getprocattr free procattr leak on format failureZygmunt Krynicki1-0/+2
34 hoursapparmor: fix potential UAF in aa_replace_profilesMaxime Bélair1-1/+4
34 hoursapparmor: grab ns lock and refresh when looking up changehat child profilesRyan Lee1-2/+31
34 hoursapparmor: aa_label_alloc use aa_label_free on alloc failureZygmunt Krynicki1-1/+1
34 hoursapparmor: check label build before no_new_privs testRuoyu Wang1-10/+15
34 hoursapparmor: mediate the implicit connect of TCP fast open sendmsgBryam Vargas1-1/+17
34 hoursapparmor: fix use-after-free in rawdata dedup loopRuslan Valiyev2-2/+25
2026-06-19apparmor: validate default DFA states are in boundsBen Hutchings1-12/+15
2026-04-18apparmor: fix race between freeing data and fs accessing itJohn Johansen7-101/+152
2026-04-18apparmor: fix race on rawdata dereferenceJohn Johansen4-57/+94
2026-04-18apparmor: fix differential encoding verificationJohn Johansen2-4/+20
2026-04-18apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen3-11/+52
2026-04-18apparmor: Fix double free of ns_name in aa_replace_profiles()John Johansen1-0/+1
2026-04-18apparmor: fix missing bounds check on DEFAULT table in verify_dfa()Massimiliano Pellizzer1-2/+3
2026-04-18apparmor: fix side-effect bug in match_char() macro usageMassimiliano Pellizzer1-10/+20
2026-04-18apparmor: fix: limit the number of levels of policy namespacesJohn Johansen2-0/+4
2026-04-18apparmor: replace recursive profile removal with iterative approachMassimiliano Pellizzer1-3/+27
2026-04-18apparmor: fix memory leak in verify_headerMassimiliano Pellizzer1-1/+0
2026-04-18apparmor: validate DFA start states are in bounds in unpack_pdbMassimiliano Pellizzer1-2/+19
2026-03-04apparmor: fix invalid deref of rawdata when export_binary is unsetGeorgia Garcia1-0/+9
2026-03-04apparmor: fix rlimit for posix cpu timersJohn Johansen1-0/+5
2026-03-04apparmor: fix NULL sock in aa_sock_file_permJohn Johansen1-2/+4
2025-08-28apparmor: ensure WB_HISTORY_SIZE value is a power of 2Ryan Lee2-1/+3
2024-12-14apparmor: test: Fix memory leak for aa_unpack_strdup()Jinjie Ruan1-0/+6
2024-12-14apparmor: fix 'Do simple duplicate message elimination'chao liu1-0/+2
2024-09-12apparmor: fix possible NULL pointer dereferenceLeesoo Ahn1-0/+4
2024-09-04apparmor: fix policy_unpack_test on big endian systemsGuenter Roeck1-3/+3
2024-08-19apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang1-0/+7
2024-08-19apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin2-1/+2
2024-07-18ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2-4/+4
2024-03-15lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-16/+13
2024-01-26apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin1-0/+4
2023-07-27apparmor: fix missing error check for rhashtable_insert_fastDanila Chernetsov1-2/+7
2023-01-14apparmor: Fix memleak in alloc_ns()Xiu Jianfeng1-1/+1
2023-01-14apparmor: Use pointer to struct aa_label for lbs_credXiu Jianfeng1-2/+2
2023-01-14apparmor: Fix abi check to include v8 abiJohn Johansen1-1/+1
2023-01-14apparmor: fix lockdep warning when removing a namespaceJohn Johansen1-1/+1
2023-01-14apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui1-1/+3
2022-08-25apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng1-1/+1
2022-08-25apparmor: fix reference count leak in aa_pivotroot()Xin Xiong1-0/+1
2022-08-25apparmor: fix overlapping attachment computationJohn Johansen2-2/+2
2022-08-25apparmor: fix setting unconfined mode on a loaded profileJohn Johansen1-5/+7
2022-08-25apparmor: fix aa_label_asxprint return checkTom Rix1-3/+3
2022-08-25apparmor: Fix failed mount permission check error messageJohn Johansen1-3/+4
2022-08-25apparmor: fix absroot causing audited secids to begin with =John Johansen2-3/+9
2022-08-25apparmor: fix quiet_denied for file rulesJohn Johansen1-1/+1
2021-11-18apparmor: fix error checkTom Rix1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3