summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
2024-01-26apparmor: avoid crash when parsed profile name is emptyFedor Pchelkin1-0/+4
2023-01-18apparmor: Fix abi check to include v8 abiJohn Johansen1-1/+1
2023-01-18apparmor: fix lockdep warning when removing a namespaceJohn Johansen1-1/+1
2023-01-18apparmor: 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 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-26apparmor: fix error checkTom Rix1-2/+2
2021-09-26apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko1-3/+0
2020-07-22apparmor: ensure that dfa state tables have entriesJohn Johansen1-0/+5
2020-07-01apparmor: don't try to replace stale label in ptraceme checkJann Horn1-2/+2
2020-06-25apparmor: fix nnp subset test for unconfinedJohn Johansen3-4/+39
2020-06-25apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira1-0/+5
2020-06-25apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen1-2/+2
2020-05-27apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang1-1/+2
2020-05-27apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang1-2/+1
2020-05-27apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost1-1/+2
2020-01-27apparmor: don't try to replace stale label in ptrace access checkJann Horn2-2/+4
2020-01-27apparmor: Fix network performance issue in aa_label_sk_permTony Jones1-6/+9
2020-01-23LSM: generalize flag passing to security_capableMicah Morton5-12/+13
2020-01-09apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen3-42/+46
2020-01-04apparmor: fix unsigned len comparison with less than zeroColin Ian King1-5/+7
2019-12-05apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson1-0/+1
2019-09-16apparmor: reset pos on failure to unpack for various functionsMike Salvatore1-7/+33
2019-06-25apparmor: enforce nullbyte at end of tag stringJann Horn1-1/+1
2019-06-25apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen1-1/+10
2019-05-25apparmorfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-03-14apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen1-1/+4
2018-11-27apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra1-2/+4
2018-09-03apparmor: fix bad debug check in apparmor_secid_to_secctx()John Johansen1-1/+0
2018-08-24Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-44/+20
2018-08-23apparmor: remove no-op permission check in policy_unpackJohn Johansen1-32/+0
2018-08-22apparmor: fix an error code in __aa_create_ns()Dan Carpenter1-1/+1
2018-07-20apparmor: Fix failure to audit context info in build_change_hatJohn Johansen1-1/+1
2018-07-20apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks1-4/+1
2018-07-20apparmor: Check buffer bounds when mapping permissions maskTyler Hicks3-6/+17
2018-07-12->file_open(): lose cred argumentAl Viro1-2/+2
2018-06-14Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-71/+310
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-07apparmor: fix ptrace read checkJohn Johansen1-1/+2
2018-06-07apparmor: fix memory leak when deduping profile loadJohn Johansen1-0/+3
2018-06-07apparmor: fix mediation of prlimitJohn Johansen1-1/+1
2018-06-07apparmor: fixup secid map conversion to using IDRJohn Johansen4-8/+29
2018-06-07apparmor: Use an IDR to allocate apparmor secidsMatthew Wilcox1-103/+11
2018-06-07apparmor: Fix memory leak of rule on error exit pathTyler Hicks1-2/+4
2018-06-07apparmor: modify audit rule support to support profile stacksJohn Johansen1-17/+10