summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)AuthorLines
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
2018-03-30apparmor: fix memory leak on buffer on error exit pathColin Ian King-1/+3
2018-03-28macro: introduce COUNT_ARGS() macroAlexei Starovoitov-6/+1
2018-03-23apparmor: fix dangling symlinks to policy rawdata after replacementJohn Johansen-31/+95
2018-03-23apparmor: Fix an error code in verify_table_headers()Dan Carpenter-1/+1
2018-03-23apparmor: fix error returns checks by making size a ssize_tColin Ian King-1/+1
2018-03-13apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen-12/+2
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen-8/+786
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley-5/+12
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen-14/+158
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen-57/+43
2018-02-09apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett-34/+217
2018-02-09apparmor: cleanup: simplify code to get ns symlink nameJohn Johansen-19/+6
2018-02-09apparmor: cleanup create_aafs() error pathJohn Johansen-20/+12
2018-02-09apparmor: dfa split verification of table headersJohn Johansen-48/+68
2018-02-09apparmor: dfa add support for state differential encodingJohn Johansen-1/+29
2018-02-09apparmor: dfa move character match into a macroJohn Johansen-47/+27
2018-02-09apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen-65/+110
2018-02-09apparmor: move context.h to cred.hJohn Johansen-14/+14
2018-02-09apparmor: move task related defines and fns to task.X filesJohn Johansen-98/+105
2018-02-09apparmor: cleanup, drop unused fn __aa_task_is_confined()John Johansen-11/+0
2018-02-09apparmor: cleanup fixup description of aa_replace_profilesJohn Johansen-2/+3
2018-02-09apparmor: rename tctx to ctxJohn Johansen-30/+29
2018-02-09apparmor: drop cred_ctx and reference the label directlyJohn Johansen-129/+47
2018-02-09apparmor: move task domain change info to task securityJohn Johansen-52/+132