summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)Author
2026-04-18apparmor: fix race between freeing data and fs accessing itJohn Johansen
2026-04-18apparmor: fix race on rawdata dereferenceJohn Johansen
2026-04-18apparmor: fix differential encoding verificationJohn Johansen
2026-04-18apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen
2026-04-18apparmor: Fix double free of ns_name in aa_replace_profiles()John Johansen
2026-04-18apparmor: fix missing bounds check on DEFAULT table in verify_dfa()Massimiliano Pellizzer
2026-04-18apparmor: fix side-effect bug in match_char() macro usageMassimiliano Pellizzer
2026-04-18apparmor: fix: limit the number of levels of policy namespacesJohn Johansen
2026-04-18apparmor: replace recursive profile removal with iterative approachMassimiliano Pellizzer
2026-04-18apparmor: fix memory leak in verify_headerMassimiliano Pellizzer
2026-04-18apparmor: validate DFA start states are in bounds in unpack_pdbMassimiliano Pellizzer
2026-03-04apparmor: fix invalid deref of rawdata when export_binary is unsetGeorgia Garcia
2026-03-04apparmor: fix rlimit for posix cpu timersJohn Johansen
2026-03-04apparmor: fix NULL sock in aa_sock_file_permJohn Johansen
2025-08-28apparmor: ensure WB_HISTORY_SIZE value is a power of 2Ryan Lee
2024-12-14apparmor: test: Fix memory leak for aa_unpack_strdup()Jinjie Ruan
2024-12-14apparmor: fix 'Do simple duplicate message elimination'chao liu
2024-09-12apparmor: fix possible NULL pointer dereferenceLeesoo Ahn
2024-09-04apparmor: fix policy_unpack_test on big endian systemsGuenter Roeck
2024-08-19apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang
2024-08-19apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin
2024-07-18ima: Avoid blocking in RCU read-side critical sectionGUO Zihua
2024-03-15lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2024-01-25apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin
2023-07-27apparmor: fix missing error check for rhashtable_insert_fastDanila Chernetsov
2023-01-14apparmor: Fix memleak in alloc_ns()Xiu Jianfeng
2023-01-14apparmor: Use pointer to struct aa_label for lbs_credXiu Jianfeng
2023-01-14apparmor: Fix abi check to include v8 abiJohn Johansen
2023-01-14apparmor: fix lockdep warning when removing a namespaceJohn Johansen
2023-01-14apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui
2022-08-25apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng
2022-08-25apparmor: fix reference count leak in aa_pivotroot()Xin Xiong
2022-08-25apparmor: fix overlapping attachment computationJohn Johansen
2022-08-25apparmor: fix setting unconfined mode on a loaded profileJohn Johansen
2022-08-25apparmor: fix aa_label_asxprint return checkTom Rix
2022-08-25apparmor: Fix failed mount permission check error messageJohn Johansen
2022-08-25apparmor: fix absroot causing audited secids to begin with =John Johansen
2022-08-25apparmor: fix quiet_denied for file rulesJohn Johansen
2021-11-18apparmor: fix error checkTom Rix
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-11Merge tag 'for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...Linus Torvalds
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-06Replace HTTP links with HTTPS ones: securityAlexander A. Klimov
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-07apparmor: Fix memory leak of profile proxyJohn Johansen
2020-06-07apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen
2020-06-07apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds