RE: [RFC] export module parameters even the permission is zero

2015-01-21 Thread Wang, Yalin
x27;keesc...@chromium.org'; 'linux- > ker...@vger.kernel.org' > Subject: Re: [RFC] export module parameters even the permission is zero > > "Wang, Yalin" writes: > > This patch make sure to export module parameters even the permission > > is zero, this

Re: [RFC] export module parameters even the permission is zero

2015-01-19 Thread Rusty Russell
"Wang, Yalin" writes: > This patch make sure to export module parameters even the permission > is zero, this is useful for some platforms like Android, > the init process can change the parameter mode/owner by > chmod/chown during bootup > > Signed-off-by: Yalin Wang Hi! Unfortunately,

Re: [RFC] export module parameters even the permission is zero

2015-01-13 Thread Kees Cook
On Tue, Jan 13, 2015 at 6:16 PM, Wang, Yalin wrote: > This patch make sure to export module parameters even the permission > is zero, this is useful for some platforms like Android, > the init process can change the parameter mode/owner by > chmod/chown during bootup > > Signed-off-by: Yalin Wang