summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
...
| * apparmor: Allow filtering based on secmark policyMatthew Garrett2018-10-032-1/+177
| * apparmor: Parse secmark policyMatthew Garrett2018-10-034-0/+77
| * apparmor: Add a wildcard secidMatthew Garrett2018-10-032-2/+4
| * apparmor: don't try to replace stale label in ptrace access checkJann Horn2018-09-132-2/+4
| * apparmor: Fix network performance issue in aa_label_sk_permTony Jones2018-09-071-6/+9
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+4
|\ \
| * | LSM: Record LSM name in struct lsm_infoKees Cook2018-10-111-0/+1
| * | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-111-1/+3
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-1/+1
|\ \ \
| * | | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
| |/ /
* / / apparmor: fix bad debug check in apparmor_secid_to_secctx()John Johansen2018-09-031-1/+0Star
|/ /
* | Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-247-44/+20Star
|\|
| * apparmor: remove no-op permission check in policy_unpackJohn Johansen2018-08-231-32/+0Star
| * apparmor: fix an error code in __aa_create_ns()Dan Carpenter2018-08-221-1/+1
| * apparmor: Fix failure to audit context info in build_change_hatJohn Johansen2018-07-201-1/+1
| * apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks2018-07-201-4/+1Star
| * apparmor: Check buffer bounds when mapping permissions maskTyler Hicks2018-07-203-6/+17
* | ->file_open(): lose cred argumentAl Viro2018-07-121-2/+2
|/
* Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-1414-71/+310
|\
| * apparmor: fix ptrace read checkJohn Johansen2018-06-071-1/+2
| * apparmor: fix memory leak when deduping profile loadJohn Johansen2018-06-071-0/+3
| * apparmor: fix mediation of prlimitJohn Johansen2018-06-071-1/+1
| * apparmor: fixup secid map conversion to using IDRJohn Johansen2018-06-074-8/+29
| * apparmor: Use an IDR to allocate apparmor secidsMatthew Wilcox2018-06-071-103/+11Star
| * apparmor: Fix memory leak of rule on error exit pathTyler Hicks2018-06-071-2/+4
| * apparmor: modify audit rule support to support profile stacksJohn Johansen2018-06-071-17/+10Star
| * apparmor: Add support for audit rule filteringMatthew Garrett2018-06-073-1/+107
| * apparmor: Convert to use match_string() helperAndy Shevchenko2018-06-071-14/+11Star
| * apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen2018-06-071-17/+16Star
| * apparmor: fix '*seclen' is never less than zeroJohn Johansen2018-05-081-9/+11
| * apparmor: fix typo "preconfinement"Zygmunt Krynicki2018-05-031-1/+1
| * apparmor: fix typo "independent"Zygmunt Krynicki2018-05-031-1/+1
| * apparmor: fix typo "traverse"Zygmunt Krynicki2018-05-031-1/+1
| * apparmor: fix typo "type"Zygmunt Krynicki2018-05-031-1/+1
| * apparmor: fix typo "replace"Zygmunt Krynicki2018-05-031-1/+1
| * apparmor: fix typo "comparison"Zygmunt Krynicki2018-05-031-3/+3
| * apparmor: fix typo "loosen"Zygmunt Krynicki2018-05-031-1/+1
| * apparmor: add the ability to get a task's secidJohn Johansen2018-05-021-0/+8
| * apparmor: add support for mapping secids and using secctxesJohn Johansen2018-05-026-25/+224
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
|/
* Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-1432-523/+2117
|\
| * apparmor: fix memory leak on buffer on error exit pathColin Ian King2018-03-311-1/+3
| * apparmor: fix dangling symlinks to policy rawdata after replacementJohn Johansen2018-03-241-31/+95
| * apparmor: Fix an error code in verify_table_headers()Dan Carpenter2018-03-241-1/+1
| * apparmor: fix error returns checks by making size a ssize_tColin Ian King2018-03-241-1/+1
| * apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen2018-03-142-12/+2Star
| * apparmor: add base infastructure for socket mediationJohn Johansen2018-03-1413-8/+786
| * apparmor: improve overlapping domain attachment resolutionJohn Johansen2018-02-094-14/+158
| * apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen2018-02-095-57/+43Star
| * apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett2018-02-094-34/+217