Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1618029

[GIT PULL] AppArmor fixes for 4.12

From John Johansen <john.johansen@canonical.com>
Newsgroups linux.kernel
Subject [GIT PULL] AppArmor fixes for 4.12
Date 2017-04-06 16:00 +0200
Message-ID <ttg77-MK-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi James,

Here is the pull request for 4.12

There are no new features here, just a small set of bug fixes since
the 4.11 pull request.

Thanks,
-John

---

The following changes since commit ef933e87785f42868980f0e3af91fec313612868:

  selinux: fix kernel BUG on prlimit(..., NULL, NULL) (2017-03-01 13:11:17 +1100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor for-security

for you to fetch changes up to 6ebcd4c271332ca4f4dd958219f2ff1b7db1ed59:

  apparmor: Make path_max parameter readonly (2017-04-06 05:14:20 -0700)

----------------------------------------------------------------
John Johansen (3):
      apparmor: fix invalid reference to index variable of iterator line 836
      apparmor: fix parameters so that the permission test is bypassed at boot
      apparmor: Make path_max parameter readonly

Nicolas Iooss (1):
      apparmor: use SHASH_DESC_ON_STACK

Valentin Rothberg (1):
      security/apparmor/lsm.c: set debug messages

kbuild test robot (1):
      apparmor: fix boolreturn.cocci warnings

 security/apparmor/crypto.c      | 32 +++++++++++---------------
 security/apparmor/include/lib.h |  2 +-
 security/apparmor/lib.c         |  4 ++--
 security/apparmor/lsm.c         | 51 +++++++++++++++++++----------------------
 security/apparmor/policy.c      |  6 +++--
5 files changed, 44 insertions(+), 51 deletions(-)
      

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[GIT PULL] AppArmor fixes for 4.12 John Johansen <john.johansen@canonical.com> - 2017-04-06 16:00 +0200
  [PATCH 3/6] apparmor: use SHASH_DESC_ON_STACK John Johansen <john.johansen@canonical.com> - 2017-04-06 16:00 +0200
  [PATCH 1/6] apparmor: fix boolreturn.cocci warnings John Johansen <john.johansen@canonical.com> - 2017-04-06 16:00 +0200
  [PATCH 2/6] security/apparmor/lsm.c: set debug messages John Johansen <john.johansen@canonical.com> - 2017-04-06 16:00 +0200
  Re: [GIT PULL] AppArmor fixes for 4.12 James Morris <jmorris@namei.org> - 2017-04-07 01:00 +0200

csiph-web