On May 2, 10:11 pm, c uniq <[email protected]> wrote:

> android archieve permission check on native c through check
> application's property gids??

The kernel does it, by checking that the process is in the right group
to do something like open an af_inet socket or access a file
(including device files).

For android framework APIs going through binder IPC (which tends to
mean only Google's native code, not an application developer's) the
permission check is done on the other end of the IPC.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/android-security-discuss?hl=en.

Reply via email to