summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)Author
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
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-03-30apparmor: fix memory leak on buffer on error exit pathColin Ian King
2018-03-28macro: introduce COUNT_ARGS() macroAlexei Starovoitov
2018-03-23apparmor: fix dangling symlinks to policy rawdata after replacementJohn Johansen
2018-03-23apparmor: Fix an error code in verify_table_headers()Dan Carpenter
2018-03-23apparmor: fix error returns checks by making size a ssize_tColin Ian King
2018-03-13apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen
2018-02-09apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett
2018-02-09apparmor: cleanup: simplify code to get ns symlink nameJohn Johansen
2018-02-09apparmor: cleanup create_aafs() error pathJohn Johansen
2018-02-09apparmor: dfa split verification of table headersJohn Johansen
2018-02-09apparmor: dfa add support for state differential encodingJohn Johansen
2018-02-09apparmor: dfa move character match into a macroJohn Johansen