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