lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 21 Nov 2017 09:07:44 -0800
From:   John Johansen <john.johansen@...onical.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKLM <linux-kernel@...r.kernel.org>,
        "open list:SECURITY SUBSYSTEM" 
        <linux-security-module@...r.kernel.org>
Subject: [GIT PULL] apparmor updates for v4.15

Hi,

No features this time, just minor cleanups and bug fixes.

Please pull these apparmor changes for v4.15

Thanks!

- John


The following changes since commit 0b07194bb55ed836c2cc7c22e866b87a14681984:

  Linux 4.14-rc7 (2017-10-29 13:58:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmor tags/apparmor-pr-2017-11-21

for you to fetch changes up to feb3c766a3ab32d233aaff7db13afd9ba5bc142d:

  apparmor: fix possible recursive lock warning in __aa_create_ns (2017-11-21 02:17:16 -0800)

----------------------------------------------------------------
+ Cleanups
  - apparmor: fix spelling mistake: "resoure" -> "resource"
  - apparmor: remove unused redundant variable stop
  - apparmor: Fix bool initialization/comparison

+ Bug Fixes
  - apparmor: initialized returned struct aa_perms
  - apparmor: fix leak of null profile name if profile allocation fails
  - apparmor: ensure that undecidable profile attachments fail
  - apparmor: fix profile attachment for special unconfined profiles
  - apparmor: fix locking when creating a new complain profile.
  - apparmor: fix possible recursive lock warning in __aa_create_ns

----------------------------------------------------------------
Arnd Bergmann (1):
      apparmor: initialized returned struct aa_perms

Colin Ian King (2):
      apparmor: fix spelling mistake: "resoure" -> "resource"
      apparmor: remove unused redundant variable stop

John Johansen (5):
      apparmor: fix leak of null profile name if profile allocation fails
      apparmor: ensure that undecidable profile attachments fail
      apparmor: fix profile attachment for special unconfined profiles
      apparmor: fix locking when creating a new complain profile.
      apparmor: fix possible recursive lock warning in __aa_create_ns

Thomas Meyer (1):
      apparmor: Fix bool initialization/comparison

 security/apparmor/apparmorfs.c    | 22 ++++++-------
 security/apparmor/domain.c        | 68 ++++++++++++++++++++++++++++-----------
 security/apparmor/file.c          |  8 +----
 security/apparmor/label.c         |  2 +-
 security/apparmor/lib.c           | 16 +++------
 security/apparmor/lsm.c           |  8 ++---
 security/apparmor/mount.c         | 13 ++++----
 security/apparmor/policy.c        | 11 ++++---
 security/apparmor/policy_ns.c     |  8 ++---
 security/apparmor/policy_unpack.c |  2 +-
 security/apparmor/resource.c      |  4 +--
 11 files changed, 91 insertions(+), 71 deletions(-)



Download attachment "signature.asc" of type "application/pgp-signature" (802 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ