From: Casey Schaufler <casey@schaufler-ca.com>
To: Xu Kuohai <xukuohai@huaweicloud.com>,
linux-security-module@vger.kernel.org, selinux@vger.kernel.org,
linux-unionfs@vger.kernel.org, linux-integrity@vger.kernel.org
Cc: Paul Moore <paul@paul-moore.com>,
"Serge E . Hallyn" <serge@hallyn.com>,
Miklos Szeredi <miklos@szeredi.hu>,
Amir Goldstein <amir73il@gmail.com>,
James Morris <jmorris@namei.org>,
Mimi Zohar <zohar@linux.ibm.com>,
Roberto Sassu <roberto.sassu@huawei.com>,
Dmitry Kasatkin <dmitry.kasatkin@gmail.com>,
Eric Snowberg <eric.snowberg@oracle.com>,
Stephen Smalley <stephen.smalley.work@gmail.com>,
Ondrej Mosnacek <omosnace@redhat.com>,
Casey Schaufler <casey@schaufler-ca.com>
Subject: Re: [PATCH v1 0/2] Refactor return value of two lsm hooks
Date: Wed, 24 Jul 2024 13:36:16 -0700 [thread overview]
Message-ID: <26bb0c7b-e241-4239-8933-349115f3afdb@schaufler-ca.com> (raw)
In-Reply-To: <20240724020659.120353-1-xukuohai@huaweicloud.com>
On 7/23/2024 7:06 PM, Xu Kuohai wrote:
> From: Xu Kuohai <xukuohai@huawei.com>
>
> The BPF LSM program may cause a kernel panic if it returns an
> unexpected value, such as a positive value on the hook
> file_alloc_security.
>
> To fix it, series [1] refactored the LSM hook return values and
> added BPF return value checks.
>
> [1] used two methods to refactor hook return values:
>
> - converting positive return value to negative error code
>
> - adding additional output parameter to store odd return values
>
> Based on discussion in [1], only two hooks refactored with the
> second method may be acceptable. Since the second method requires
> extra work on BPF side to ensure that the output parameter is
> set properly, the extra work does not seem worthwhile for just
> two hooks. So this series includes only the two patches refactored
> with the first method.
>
> Changes to [1]:
> - Drop unnecessary patches
> - Rebase
> - Remove redundant comments in the inode_copy_up_xattr patch
>
> [1] https://lore.kernel.org/bpf/20240711111908.3817636-1-xukuohai@huaweicloud.com
> https://lore.kernel.org/bpf/20240711113828.3818398-1-xukuohai@huaweicloud.com
>
> Xu Kuohai (2):
> lsm: Refactor return value of LSM hook vm_enough_memory
> lsm: Refactor return value of LSM hook inode_copy_up_xattr
For the series:
Reviewed-by: Casey Schaufler <casey@schaufler-ca.com>
>
> fs/overlayfs/copy_up.c | 6 +++---
> include/linux/lsm_hook_defs.h | 2 +-
> include/linux/security.h | 2 +-
> security/commoncap.c | 11 +++--------
> security/integrity/evm/evm_main.c | 2 +-
> security/security.c | 22 ++++++++--------------
> security/selinux/hooks.c | 19 ++++++-------------
> security/smack/smack_lsm.c | 6 +++---
> 8 files changed, 26 insertions(+), 44 deletions(-)
>
next prev parent reply other threads:[~2024-07-24 20:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-24 2:06 [PATCH v1 0/2] Refactor return value of two lsm hooks Xu Kuohai
2024-07-24 2:06 ` [PATCH v1 1/2] lsm: Refactor return value of LSM hook vm_enough_memory Xu Kuohai
2024-07-24 2:06 ` [PATCH v1 2/2] lsm: Refactor return value of LSM hook inode_copy_up_xattr Xu Kuohai
2024-07-24 20:36 ` Casey Schaufler [this message]
2024-07-24 21:55 ` [PATCH v1 0/2] Refactor return value of two lsm hooks Paul Moore
2024-07-29 21:19 ` Paul Moore
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=26bb0c7b-e241-4239-8933-349115f3afdb@schaufler-ca.com \
--to=casey@schaufler-ca.com \
--cc=amir73il@gmail.com \
--cc=dmitry.kasatkin@gmail.com \
--cc=eric.snowberg@oracle.com \
--cc=jmorris@namei.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-security-module@vger.kernel.org \
--cc=linux-unionfs@vger.kernel.org \
--cc=miklos@szeredi.hu \
--cc=omosnace@redhat.com \
--cc=paul@paul-moore.com \
--cc=roberto.sassu@huawei.com \
--cc=selinux@vger.kernel.org \
--cc=serge@hallyn.com \
--cc=stephen.smalley.work@gmail.com \
--cc=xukuohai@huaweicloud.com \
--cc=zohar@linux.ibm.com \
/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