Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757360AbdDFNzo (ORCPT ); Thu, 6 Apr 2017 09:55:44 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:57501 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757239AbdDFNze (ORCPT ); Thu, 6 Apr 2017 09:55:34 -0400 From: John Johansen To: jmorris@namei.org Cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [GIT PULL] AppArmor fixes for 4.12 Date: Thu, 6 Apr 2017 06:55:18 -0700 Message-Id: <20170406135524.25481-1-john.johansen@canonical.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1413 Lines: 46 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(-)