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 <pavan.sa...@gmail.com> wrote:

>  On Fri, Jun 17, 2011 at 9:13 AM, fan zhang <fzhang...@gmail.com> 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: android-kernel+unsubscr...@googlegroups.com
> > website: http://groups.google.com/group/android-kernel
>
>
>
> --
> --Pavan Savoy
>
> --
> unsubscribe: android-kernel+unsubscr...@googlegroups.com
> website: http://groups.google.com/group/android-kernel

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to