summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)AuthorLines
2018-11-02Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-17/+291
2018-11-01apparmor: clean an indentation issue, remove extraneous spaceColin Ian King-1/+1
2018-11-01apparmor: fix checkpatch error in Parse secmark policyJohn Johansen-1/+1
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+4
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2018-10-12apparmor: add #ifdef checks for secmark filteringArnd Bergmann-0/+12
2018-10-10LSM: Record LSM name in struct lsm_infoKees Cook-0/+1
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook-1/+3
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman-1/+1
2018-10-03apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra-2/+4
2018-10-03apparmor: don't try to replace stale label in ptraceme checkJann Horn-2/+2
2018-10-03apparmor: Replace spin_is_locked() with lockdepLance Roy-1/+1
2018-10-03apparmor: Allow filtering based on secmark policyMatthew Garrett-1/+177
2018-10-03apparmor: Parse secmark policyMatthew Garrett-0/+77
2018-10-03apparmor: Add a wildcard secidMatthew Garrett-2/+4
2018-09-13apparmor: don't try to replace stale label in ptrace access checkJann Horn-2/+4
2018-09-07apparmor: Fix network performance issue in aa_label_sk_permTony Jones-6/+9
2018-09-03apparmor: fix bad debug check in apparmor_secid_to_secctx()John Johansen-1/+0
2018-08-24Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-44/+20
2018-08-22apparmor: remove no-op permission check in policy_unpackJohn Johansen-32/+0
2018-08-21apparmor: fix an error code in __aa_create_ns()Dan Carpenter-1/+1
2018-07-20apparmor: Fix failure to audit context info in build_change_hatJohn Johansen-1/+1
2018-07-19apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks-4/+1
2018-07-19apparmor: Check buffer bounds when mapping permissions maskTyler Hicks-6/+17
2018-07-12->file_open(): lose cred argumentAl Viro-2/+2
2018-06-14Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-71/+310
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-07apparmor: fix ptrace read checkJohn Johansen-1/+2
2018-06-07apparmor: fix memory leak when deduping profile loadJohn Johansen-0/+3
2018-06-07apparmor: fix mediation of prlimitJohn Johansen-1/+1
2018-06-07apparmor: fixup secid map conversion to using IDRJohn Johansen-8/+29
2018-06-07apparmor: Use an IDR to allocate apparmor secidsMatthew Wilcox-103/+11
2018-06-07apparmor: Fix memory leak of rule on error exit pathTyler Hicks-2/+4
2018-06-07apparmor: modify audit rule support to support profile stacksJohn Johansen-17/+10
2018-06-07apparmor: Add support for audit rule filteringMatthew Garrett-1/+107
2018-06-07apparmor: Convert to use match_string() helperAndy Shevchenko-14/+11
2018-06-07apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen-17/+16
2018-05-08apparmor: fix '*seclen' is never less than zeroJohn Johansen-9/+11
2018-05-03apparmor: fix typo "preconfinement"Zygmunt Krynicki-1/+1
2018-05-03apparmor: fix typo "independent"Zygmunt Krynicki-1/+1
2018-05-03apparmor: fix typo "traverse"Zygmunt Krynicki-1/+1
2018-05-03apparmor: fix typo "type"Zygmunt Krynicki-1/+1
2018-05-03apparmor: fix typo "replace"Zygmunt Krynicki-1/+1
2018-05-03apparmor: fix typo "comparison"Zygmunt Krynicki-3/+3
2018-05-03apparmor: fix typo "loosen"Zygmunt Krynicki-1/+1
2018-05-02apparmor: add the ability to get a task's secidJohn Johansen-0/+8
2018-05-02apparmor: add support for mapping secids and using secctxesJohn Johansen-25/+224
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-523/+2117
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+12
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap-1/+0