I have a kernel module I would like to protect access to. I'd like to do this cleanly via the Android model, e.g.: invent a new feature and/ or permission(s) that restrict access to it's usage. How do I go about doing this? Let's assume I am modifying the Android distribution if needed.
To clarify, I'd like something like this: - mymodule.ko: kernel module provides functionality X, Y, and Z - New feature (e.g. <feature> in app XML manifest): com.me.myself.and.i.FEAT_MY_MODULE - New permissions (in XML manifest): com.me.myself.and.i.PERM_X, PERM_Y, PERM_Z Any pointers / tips / etc. on how to do this are greatly appreciated! (Forgive me if a similar post from me shows up -- I attempted to post a few days ago but it never showed up.) -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel