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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 CADBFC43381 for ; Tue, 5 Mar 2019 03:32:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B6E420684 for ; Tue, 5 Mar 2019 03:32:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726590AbfCEDcn (ORCPT ); Mon, 4 Mar 2019 22:32:43 -0500 Received: from namei.org ([65.99.196.166]:55456 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726522AbfCEDcn (ORCPT ); Mon, 4 Mar 2019 22:32:43 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x253WYCv000651; Tue, 5 Mar 2019 03:32:34 GMT Date: Tue, 5 Mar 2019 14:32:34 +1100 (AEDT) From: James Morris To: Tetsuo Handa cc: Stephen Smalley , linux-security-module@vger.kernel.org Subject: Re: [PATCH] tomoyo: Add a kernel config option for fuzzing testing. In-Reply-To: <201903042359.x24NxJwx065719@www262.sakura.ne.jp> Message-ID: References: <19e3dbac-d3ac-53b2-6e98-faf927bc72b3@i-love.sakura.ne.jp> <05b05166-d24a-3c50-6556-472f50a239b9@tycho.nsa.gov> <201903042359.x24NxJwx065719@www262.sakura.ne.jp> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: On Tue, 5 Mar 2019, Tetsuo Handa wrote: > I guess that majority of TOMOYO users are now using the upstream version. But > pre-LSM version and/or AKARI will remain there until LKM-based LSMs becomes > officially supported You mean dynamically loadable LSMs? There are no plans to support this. -- James Morris