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>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 29 Jun 2021 17:36:01 -0400
From:   Paul Moore <paul@...l-moore.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     selinux@...r.kernel.org, linux-security-module@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] SELinux patches for v5.14

Hi Linus,

Here is the SELinux pull request for v5.14, the highlights are below:

* The slow_avc_audit() function is now non-blocking so we can remove
the AVC_NONBLOCKING tricks; this also includes the 'flags' variant of
avc_has_perm().

* Use kmemdup() instead of kcalloc()+copy when copying parts of the
SELinux policydb.

* The InfiniBand device name is now passed by reference when possible
in the SELinux code, removing a strncpy().

* Minor cleanups including: constification of avtab function args,
removal of useless LSM/XFRM function args, SELinux kdoc fixes, and
removal of redundant assignments.

Everything has been tested against the selinux-testsuite and as of a
few moments ago the tag applies cleanly to your tree; please merge
this for v5.14.

Thanks,
-Paul

--
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

 Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

 git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git
   tags/selinux-pr-20210629

for you to fetch changes up to d99cf13f14200cdb5cbb704345774c9c0698612d:

 selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()
   (2021-06-11 13:11:45 -0400)

----------------------------------------------------------------
selinux/stable-5.14 PR 20210629

----------------------------------------------------------------
Al Viro (2):
     selinux: slow_avc_audit has become non-blocking
     selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()

Jiapeng Chong (1):
     selinux: Remove redundant assignment to rc

Minchan Kim (1):
     selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC

Ondrej Mosnacek (3):
     selinux: simplify duplicate_policydb_cond_list() by using kmemdup()
     selinux: constify some avtab function arguments
     lsm_audit,selinux: pass IB device name by reference

Souptick Joarder (1):
     selinux: Corrected comment to match kernel-doc comment

Yang Li (1):
     selinux: Fix kernel-doc

Zhongjun Tan (1):
     selinux: delete selinux_xfrm_policy_lookup() useless argument

include/linux/lsm_audit.h         |  8 ++---
include/linux/lsm_hook_defs.h     |  3 +-
include/linux/security.h          |  4 +--
net/xfrm/xfrm_policy.c            |  6 ++--
security/security.c               |  4 +--
security/selinux/avc.c            | 61 ++++++++--------------------------
security/selinux/hooks.c          | 22 ++++----------
security/selinux/include/avc.h    | 13 +--------
security/selinux/include/xfrm.h   |  2 +-
security/selinux/ss/avtab.c       | 28 +++++++++---------
security/selinux/ss/avtab.h       | 16 +++++-----
security/selinux/ss/conditional.c | 14 +++++----
security/selinux/ss/policydb.c    |  1 -
security/selinux/ss/services.c    | 27 +++++++++++++----
security/selinux/xfrm.c           |  2 +-
15 files changed, 90 insertions(+), 121 deletions(-)

-- 
paul moore
www.paul-moore.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ