linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: James Morris <jmorris@namei.org>
To: "Mickaël Salaün" <mic@digikod.net>
Cc: Jann Horn <jannh@google.com>,
	"Serge E . Hallyn" <serge@hallyn.com>,
	Shuah Khan <shuah@kernel.org>,
	Vincent Dagonneau <vincent.dagonneau@ssi.gouv.fr>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-kselftest@vger.kernel.org,
	linux-security-module@vger.kernel.org
Subject: Re: [PATCH v1 0/9] Landlock fixes
Date: Thu, 12 Nov 2020 15:59:45 +1100 (AEDT)	[thread overview]
Message-ID: <alpine.LRH.2.21.2011121559140.5257@namei.org> (raw)
In-Reply-To: <20201111213442.434639-1-mic@digikod.net>

[-- Attachment #1: Type: text/plain, Size: 1709 bytes --]

On Wed, 11 Nov 2020, Mickaël Salaün wrote:

> Hi,
> 
> This patch series fixes some issues and makes the Landlock filesystem
> access-control more consistent and deterministic when stacking multiple
> rulesets.  This is checked by current and new tests.  I also extended
> documentation and example to help users.
> 
> This series can be applied on top of
> https://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git/log/?h=landlock_lsm

Actually, given the number of fixes here, please respin so we get a 
cleaner initial PR for Linus.

> 
> Regards,
> 
> Mickaël Salaün (9):
>   landlock: Fix memory allocation error handling
>   landlock: Cosmetic fixes for filesystem management
>   landlock: Enforce deterministic interleaved path rules
>   landlock: Always intersect access rights
>   landlock: Add extra checks when inserting a rule
>   selftests/landlock: Extend layout1.inherit_superset
>   landlock: Clean up get_ruleset_from_fd()
>   landlock: Add help to enable Landlock as a stacked LSM
>   landlock: Extend documentation about limitations
> 
>  Documentation/userspace-api/landlock.rst   |  17 +++
>  samples/landlock/sandboxer.c               |  21 +++-
>  security/landlock/Kconfig                  |   4 +-
>  security/landlock/fs.c                     |  67 +++++-----
>  security/landlock/object.c                 |   5 +-
>  security/landlock/ruleset.c                |  34 ++---
>  security/landlock/syscall.c                |  24 ++--
>  tools/testing/selftests/landlock/fs_test.c | 140 +++++++++++++++++++--
>  8 files changed, 239 insertions(+), 73 deletions(-)
> 
> 
> base-commit: 96b3198c4025c11347651700b77e45a686d78553
> 

-- 
James Morris
<jmorris@namei.org>

      parent reply	other threads:[~2020-11-12  5:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-11 21:34 [PATCH v1 0/9] Landlock fixes Mickaël Salaün
2020-11-11 21:34 ` [PATCH v1 1/9] landlock: Fix memory allocation error handling Mickaël Salaün
2020-11-11 21:34 ` [PATCH v1 2/9] landlock: Cosmetic fixes for filesystem management Mickaël Salaün
2020-11-20  1:37   ` James Morris
2020-11-11 21:34 ` [PATCH v1 3/9] landlock: Enforce deterministic interleaved path rules Mickaël Salaün
2020-11-11 21:34 ` [PATCH v1 4/9] landlock: Always intersect access rights Mickaël Salaün
2020-11-11 21:34 ` [PATCH v1 5/9] landlock: Add extra checks when inserting a rule Mickaël Salaün
2020-11-11 21:34 ` [PATCH v1 6/9] selftests/landlock: Extend layout1.inherit_superset Mickaël Salaün
2020-11-11 21:34 ` [PATCH v1 7/9] landlock: Clean up get_ruleset_from_fd() Mickaël Salaün
2020-11-11 21:34 ` [PATCH v1 8/9] landlock: Add help to enable Landlock as a stacked LSM Mickaël Salaün
2020-11-11 21:34 ` [PATCH v1 9/9] landlock: Extend documentation about limitations Mickaël Salaün
2020-11-12  4:59 ` James Morris [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LRH.2.21.2011121559140.5257@namei.org \
    --to=jmorris@namei.org \
    --cc=jannh@google.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=mic@digikod.net \
    --cc=serge@hallyn.com \
    --cc=shuah@kernel.org \
    --cc=vincent.dagonneau@ssi.gouv.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).