mbox series

[GIT,PULL] apparmor bug fixes for v5.3-rc6

Message ID cfc8f629-4ffa-e64e-f23f-2f4cffca4f18@canonical.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] apparmor bug fixes for v5.3-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor tags/apparmor-pr-2019-06-18

Message

John Johansen June 19, 2019, 1:44 a.m. UTC
Hi Linus,

Can you please pull the following bug fixes for apparmor

Thanks!

- John


The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

  Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor tags/apparmor-pr-2019-06-18

for you to fetch changes up to 156e42996bd84eccb6acf319f19ce0cb140d00e3:

  apparmor: reset pos on failure to unpack for various functions (2019-06-18 16:04:16 -0700)

----------------------------------------------------------------
+ Bug Fixes
  - Fix PROFILE_MEDIATES for untrusted input
  - enforce nullbyte at end of tag string
  - reset pos on failure to unpack for various functions

----------------------------------------------------------------
Jann Horn (1):
      apparmor: enforce nullbyte at end of tag string

John Johansen (1):
      apparmor: fix PROFILE_MEDIATES for untrusted input

Mike Salvatore (1):
      apparmor: reset pos on failure to unpack for various functions

 security/apparmor/include/policy.h | 11 ++++++++-
 security/apparmor/policy_unpack.c  | 49 +++++++++++++++++++++++++++++++-------
 2 files changed, 50 insertions(+), 10 deletions(-)

Comments

pr-tracker-bot@kernel.org June 19, 2019, 7 p.m. UTC | #1
The pull request you sent on Tue, 18 Jun 2019 18:44:31 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor tags/apparmor-pr-2019-06-18

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c3c0d546d73ad53c85789154872b8c92d1f96ba1

Thank you!