Is it possible to use proc that not requires user app having root/net admin.

Could you compare proc, netlink and new virtual fs?


Thanks

Fan




On Fri, Jun 17, 2011 at 12:27 PM, Pavan Savoy <[email protected]> wrote:

>  On Fri, Jun 17, 2011 at 9:13 AM, fan zhang <[email protected]> wrote:
> > We developed an Android service and a kernel module.  Android service
> > and the Kernel module need to exchange data with each other.
> >
> >
> > Following are the requirements for the IPC between user space and
> > Kernel.
> >
> > 1. The communication should be secure. No authorized apps could not
> > talk to that Kernel module.
> >
> > 2.  IPC should have minimal impact to the Kernel operation (scheduling
> > etc)
> >
> > 3. The communication should be duplex.
> >
> > Please give me some suggestions to setup that IPC.
>
> I've always liked netlink, However the genetlink library is kind of
> missing from Android.
> But it does suffice to all your requirements.
>
>
> > Thanks
> >
> > Fan
> >
> > --
> > unsubscribe: [email protected]
> > website: http://groups.google.com/group/android-kernel
>
>
>
> --
> --Pavan Savoy
>
> --
> unsubscribe: [email protected]
> website: http://groups.google.com/group/android-kernel

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to