Re: [PATCH] Yama: remove needless CONFIG_SECURITY_YAMA_STACKED

2015-07-21 Thread Casey Schaufler
On 7/21/2015 5:06 PM, Kees Cook wrote: > On Tue, Jul 21, 2015 at 5:03 PM, Casey Schaufler > wrote: >> On 7/21/2015 3:41 PM, Kees Cook wrote: >>> On Tue, Jul 21, 2015 at 1:56 PM, Casey Schaufler >>> wrote: On 7/21/2015 1:09 PM, Josh Boyer wrote: > On Tue, Jul 21, 2015 at 3:48 PM, Casey

Re: [PATCH] Yama: remove needless CONFIG_SECURITY_YAMA_STACKED

2015-07-21 Thread Kees Cook
On Tue, Jul 21, 2015 at 5:03 PM, Casey Schaufler wrote: > On 7/21/2015 3:41 PM, Kees Cook wrote: >> On Tue, Jul 21, 2015 at 1:56 PM, Casey Schaufler >> wrote: >>> On 7/21/2015 1:09 PM, Josh Boyer wrote: On Tue, Jul 21, 2015 at 3:48 PM, Casey Schaufler wrote: > On 7/21/2015 12:09

Re: [PATCH] Yama: remove needless CONFIG_SECURITY_YAMA_STACKED

2015-07-21 Thread Casey Schaufler
On 7/21/2015 3:41 PM, Kees Cook wrote: > On Tue, Jul 21, 2015 at 1:56 PM, Casey Schaufler > wrote: >> On 7/21/2015 1:09 PM, Josh Boyer wrote: >>> On Tue, Jul 21, 2015 at 3:48 PM, Casey Schaufler >>> wrote: On 7/21/2015 12:09 PM, Kees Cook wrote: > Now that minor LSMs can cleanly stack

Re: [PATCH] Yama: remove needless CONFIG_SECURITY_YAMA_STACKED

2015-07-21 Thread Kees Cook
On Tue, Jul 21, 2015 at 1:56 PM, Casey Schaufler wrote: > On 7/21/2015 1:09 PM, Josh Boyer wrote: >> On Tue, Jul 21, 2015 at 3:48 PM, Casey Schaufler >> wrote: >>> On 7/21/2015 12:09 PM, Kees Cook wrote: Now that minor LSMs can cleanly stack with major LSMs, remove the unneeded config

Re: [PATCH] Yama: remove needless CONFIG_SECURITY_YAMA_STACKED

2015-07-21 Thread Casey Schaufler
On 7/21/2015 1:09 PM, Josh Boyer wrote: > On Tue, Jul 21, 2015 at 3:48 PM, Casey Schaufler > wrote: >> On 7/21/2015 12:09 PM, Kees Cook wrote: >>> Now that minor LSMs can cleanly stack with major LSMs, remove the unneeded >>> config for Yama to be made to explicitly stack. Just selecting the main

Re: [PATCH] Yama: remove needless CONFIG_SECURITY_YAMA_STACKED

2015-07-21 Thread Josh Boyer
On Tue, Jul 21, 2015 at 3:48 PM, Casey Schaufler wrote: > On 7/21/2015 12:09 PM, Kees Cook wrote: >> Now that minor LSMs can cleanly stack with major LSMs, remove the unneeded >> config for Yama to be made to explicitly stack. Just selecting the main >> Yama CONFIG will allow it to work, regardles

Re: [PATCH] Yama: remove needless CONFIG_SECURITY_YAMA_STACKED

2015-07-21 Thread Casey Schaufler
On 7/21/2015 12:09 PM, Kees Cook wrote: > Now that minor LSMs can cleanly stack with major LSMs, remove the unneeded > config for Yama to be made to explicitly stack. Just selecting the main > Yama CONFIG will allow it to work, regardless of the major LSM. Since > distros using Yama are already for

[PATCH] Yama: remove needless CONFIG_SECURITY_YAMA_STACKED

2015-07-21 Thread Kees Cook
Now that minor LSMs can cleanly stack with major LSMs, remove the unneeded config for Yama to be made to explicitly stack. Just selecting the main Yama CONFIG will allow it to work, regardless of the major LSM. Since distros using Yama are already forcing it to stack, this is effectively a no-op ch