From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752551AbcFNWqa (ORCPT ); Tue, 14 Jun 2016 18:46:30 -0400 Received: from aibo.runbox.com ([91.220.196.211]:48993 "EHLO aibo.runbox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbcFNWq3 convert rfc822-to-8bit (ORCPT ); Tue, 14 Jun 2016 18:46:29 -0400 X-Greylist: delayed 1226 seconds by postgrey-1.27 at vger.kernel.org; Tue, 14 Jun 2016 18:46:29 EDT Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 From: "David A. Wheeler" Reply-To: dwheeler@dwheeler.com To: "Casey Schaufler" CC: "LSM" , "James Morris" , "John Johansen" , "Stephen Smalley" , "Paul Moore" , "Tetsuo Handa" , "Kees Cook" , "LKLM" , "James Morris" Subject: Re: [PATCH v3 1/3] LSM: Add /sys/kernel/security/lsm Date: Tue, 14 Jun 2016 18:25:50 -0400 (EDT) X-Mailer: RMM6 In-Reply-To: Message-Id: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 10 Jun 2016 14:25:45 -0700, Casey Schaufler wrote: > Subject: [PATCH v3 1/3] LSM: Add /sys/kernel/security/lsm > I got tired of having to find indirect ways to > determine what security modules are active on a system. > I have added /sys/kernel/security/lsm, which contains a > comma separated list of the active security modules. No > more groping around in /proc/filesystems, which won't > help if the module doesn't support its own filesystem. Great idea, thanks for doing it. --- David A. Wheeler