Re: [PATCH security-next v2 26/26] LSM: Add all exclusive LSMs to ordered initialization

2018-09-20 Thread Kees Cook
On Thu, Sep 20, 2018 at 6:39 PM, John Johansen wrote: > On 09/20/2018 06:10 PM, Casey Schaufler wrote: >> On 9/20/2018 5:45 PM, Kees Cook wrote: >>> On Thu, Sep 20, 2018 at 5:25 PM, Casey Schaufler >>> wrote: On 9/20/2018 9:23 AM, Kees Cook wrote: > config LSM_ORDER > string

[PATCH security-next v2 26/26] LSM: Add all exclusive LSMs to ordered initialization

2018-09-20 Thread Kees Cook
This removes CONFIG_DEFAULT_SECURITY in favor of the explicit build-time ordering offered by CONFIG_LSM_ORDER, and adds all the exclusive LSMs to the ordered LSM initialization. Signed-off-by: Kees Cook --- security/Kconfig| 39 +-- security/security.c | 2