summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-07apparmor: Add support for audit rule filteringMatthew Garrett3-1/+107
2018-06-07apparmor: Convert to use match_string() helperAndy Shevchenko1-14/+11
2018-06-07apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen1-17/+16
2018-05-08apparmor: fix '*seclen' is never less than zeroJohn Johansen1-9/+11
2018-05-03apparmor: fix typo "preconfinement"Zygmunt Krynicki1-1/+1
2018-05-03apparmor: fix typo "independent"Zygmunt Krynicki1-1/+1
2018-05-03apparmor: fix typo "traverse"Zygmunt Krynicki1-1/+1
2018-05-03apparmor: fix typo "type"Zygmunt Krynicki1-1/+1
2018-05-03apparmor: fix typo "replace"Zygmunt Krynicki1-1/+1
2018-05-03apparmor: fix typo "comparison"Zygmunt Krynicki1-3/+3
2018-05-03apparmor: fix typo "loosen"Zygmunt Krynicki1-1/+1
2018-05-02apparmor: add the ability to get a task's secidJohn Johansen1-0/+8
2018-05-02apparmor: add support for mapping secids and using secctxesJohn Johansen6-25/+224
2018-04-14Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds32-523/+2117
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+12
2018-04-06headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-03-31apparmor: fix memory leak on buffer on error exit pathColin Ian King1-1/+3
2018-03-28macro: introduce COUNT_ARGS() macroAlexei Starovoitov1-6/+1