From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA967C47080 for ; Sat, 22 May 2021 02:06:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 993366121E for ; Sat, 22 May 2021 02:06:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230447AbhEVCIV (ORCPT ); Fri, 21 May 2021 22:08:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230371AbhEVCIU (ORCPT ); Fri, 21 May 2021 22:08:20 -0400 Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5ED82C06138B for ; Fri, 21 May 2021 19:06:55 -0700 (PDT) Received: by mail-ej1-x635.google.com with SMTP id z12so31627745ejw.0 for ; Fri, 21 May 2021 19:06:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=enh1CO1fRJ/3s4nFuYfV9slAcR71xCie3kXiqBTbpWg=; b=DCGJ5Nilo9/AGG1ArRxCjRgl6Ds9yTKWnR6U59uXzOZmtwiUQ5494CMZyReO55uwFC bWQGlDqLRp/uFHm5zG6la0tMj+mGyzU7/vMvuDBbNIXjksEXwzlAE5G1hmTvER3/Jo1R YevoCUqNHBiF6AzfOPz9cWHKzkxXERNFSCqZX0G2NyH1AsaUTr7VCU16+FNGRhBapnhO z+Vlj89N0pKTqThOiXfuC8DqDIO7oFc89t651Zng0mhBQGHlIVNyJva1qSub9eoR34fF Qv0FYzdvvK38zcP1XpSvJfH+a4AowNlrh2wC6JfqExuFDqBBSuwRE2Hl+MMhteqYRHq9 VYuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=enh1CO1fRJ/3s4nFuYfV9slAcR71xCie3kXiqBTbpWg=; b=tyjwvzx+VmgdbsVpf2cpFfKgQCe9YCJsaYeXCoJxxctIKqh6wyzY1FIOML9DThNGLc pdVlgvz04trQH/K2YJuzj+ZpZCMvPpYlYL1WRXB1kyJwH/BFP5ctj4my90jgnbQK/s6S JplYhapswrHo8FRfsKxPtwJLJdHngVsGjD5Nub1J4i8Ta47AWLHqwOJpX7ZDv1qmbP65 WcbVZFsLajHBgnnqogmxwqsOtqN26B0jzEtIjb9FL5OQ3ldsY0TvjDaUdaB1r/s6qpP4 TdlpxHt7PV2dVZ8bNCqy495Yw2DK5Zs3c9Sga8Y9ie9hZxbehe9rW2gIEn1PyrcYPCn5 QuyQ== X-Gm-Message-State: AOAM5308ZbCNFVYhT4DqngvsQhY2+HQSna02bTdxIsXAiJG4evLPdrDs Zkj7uxAIZ0zt248r7HOM25pOuiokKfyNsoTN76BR X-Google-Smtp-Source: ABdhPJwAdi1Bw98L2/qGMo17Mi+Nh8QFY/8nuxWxu+5qFeaSxXKZgxnhJ2PPUK/Xid00W60zEIsVCCAHK9qd/G6j0x4= X-Received: by 2002:a17:907:1749:: with SMTP id lf9mr13285225ejc.178.1621649212774; Fri, 21 May 2021 19:06:52 -0700 (PDT) MIME-Version: 1.0 References: <162163367115.8379.8459012634106035341.stgit@sifl> In-Reply-To: From: Paul Moore Date: Fri, 21 May 2021 22:06:41 -0400 Message-ID: Subject: Re: [RFC PATCH 0/9] Add LSM access controls and auditing to io_uring To: Tetsuo Handa Cc: linux-security-module@vger.kernel.org, linux-audit@redhat.com, io-uring@vger.kernel.org, selinux@vger.kernel.org, linux-fsdevel@vger.kernel.org, Kumar Kartikeya Dwivedi , Jens Axboe , Alexander Viro Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, May 21, 2021 at 8:53 PM Tetsuo Handa wrote: > On 2021/05/22 6:49, Paul Moore wrote: > > I've provided the SELinux > > implementation, Casey has been nice enough to provide a Smack patch, > > and John is working on an AppArmor patch as I write this. I've > > mentioned this work to the other LSM maintainers that I believe might > > be affected but I have not heard back from anyone else at this point. > > I don't think any change is required for TOMOYO, for TOMOYO does not > use "struct cred"->security where [RFC PATCH 8/9] and [RFC PATCH 9/9] > are addressing, and TOMOYO does not call kernel/audit*.c functions. Good to know, thank you for checking. -- paul moore www.paul-moore.com