RE: [RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions.

2018-03-07 Thread masanobu2.koike
On Saturday, March 03, 2018 5:22 PM, Tetsuo Handa wrote: > Masanobu Koike wrote: > > On Friday, March 02, 2018 12:43 AM, Casey Schaufler wrote: > > > On 2/28/2018 11:38 PM, Masanobu Koike wrote: > > > > @@ -264,6 +266,9 @@ choice > > > > config DEFAULT_SECURITY_APPARMOR > > > >

RE: [RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions.

2018-03-07 Thread masanobu2.koike
On Saturday, March 03, 2018 5:22 PM, Tetsuo Handa wrote: > Masanobu Koike wrote: > > On Friday, March 02, 2018 12:43 AM, Casey Schaufler wrote: > > > On 2/28/2018 11:38 PM, Masanobu Koike wrote: > > > > @@ -264,6 +266,9 @@ choice > > > > config DEFAULT_SECURITY_APPARMOR > > > >

Re: [RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions.

2018-03-03 Thread Tetsuo Handa
Masanobu Koike wrote: > On Friday, March 02, 2018 12:43 AM, Casey Schaufler wrote: > > On 2/28/2018 11:38 PM, Masanobu Koike wrote: > > > @@ -264,6 +266,9 @@ choice > > > config DEFAULT_SECURITY_APPARMOR > > > bool "AppArmor" if SECURITY_APPARMOR=y > > > > > > + config

Re: [RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions.

2018-03-03 Thread Tetsuo Handa
Masanobu Koike wrote: > On Friday, March 02, 2018 12:43 AM, Casey Schaufler wrote: > > On 2/28/2018 11:38 PM, Masanobu Koike wrote: > > > @@ -264,6 +266,9 @@ choice > > > config DEFAULT_SECURITY_APPARMOR > > > bool "AppArmor" if SECURITY_APPARMOR=y > > > > > > + config

RE: [RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions.

2018-03-01 Thread masanobu2.koike
On Friday, March 02, 2018 12:43 AM, Casey Schaufler wrote: > On 2/28/2018 11:38 PM, Masanobu Koike wrote: > > This RFC provides implementation of WhiteEgret. > > > > Signed-off-by: Masanobu Koike > > --- > > security/Kconfig | 6 + > >

RE: [RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions.

2018-03-01 Thread masanobu2.koike
On Friday, March 02, 2018 12:43 AM, Casey Schaufler wrote: > On 2/28/2018 11:38 PM, Masanobu Koike wrote: > > This RFC provides implementation of WhiteEgret. > > > > Signed-off-by: Masanobu Koike > > --- > > security/Kconfig | 6 + > > security/Makefile |

Re: [RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions.

2018-03-01 Thread Casey Schaufler
On 2/28/2018 11:38 PM, Masanobu Koike wrote: > This RFC provides implementation of WhiteEgret. > > Signed-off-by: Masanobu Koike > --- > security/Kconfig | 6 + > security/Makefile | 2 + > security/whiteegret/Kconfig|

Re: [RFC v2 1/2] WhiteEgret: Add WhiteEgret core functions.

2018-03-01 Thread Casey Schaufler
On 2/28/2018 11:38 PM, Masanobu Koike wrote: > This RFC provides implementation of WhiteEgret. > > Signed-off-by: Masanobu Koike > --- > security/Kconfig | 6 + > security/Makefile | 2 + > security/whiteegret/Kconfig| 11 ++ >