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 D865CC43381 for ; Tue, 12 Mar 2019 21:20:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A4F9F2147C for ; Tue, 12 Mar 2019 21:20:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726329AbfCLVUG (ORCPT ); Tue, 12 Mar 2019 17:20:06 -0400 Received: from namei.org ([65.99.196.166]:56698 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726141AbfCLVUG (ORCPT ); Tue, 12 Mar 2019 17:20:06 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x2CLJtq3002267; Tue, 12 Mar 2019 21:19:55 GMT Date: Wed, 13 Mar 2019 08:19:55 +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: <770d8413-bd57-c379-21a0-acbbdf82241e@i-love.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> <72b3b8e1-fc34-f312-de12-cf42992bceb8@i-love.sakura.ne.jp> <770d8413-bd57-c379-21a0-acbbdf82241e@i-love.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 Wed, 13 Mar 2019, Tetsuo Handa wrote: > >> Yes. As long as upstream can't accept all LSM modules, and some people cannot afford > >> utilizing upstream LSM modules, LKM-based LSMs will be needed by such people. > > > > What do you mean cannot afford ? > > > > Some people have to set SELINUX=disabled in /etc/selinux/config or pass security=none from > the kernel command line. Why do they have to do this? -- James Morris