android-security-discuss
[Prev] Thread [Next] | [Prev] Date [Next]
[android-security-discuss] 10.9 Violating Access Control Rules [EMAIL PROTECTED] Fri Jun 12 09:00:37 2009
Hi, http://java.sun.com/docs/books/jni/download/jni.pdf 10.9 Violating Access Control Rules. In jni.pdf it says "It is possible to write native code to access or modify fields of an object even though doing so at the Java programming language level would lead to an IllegalAccessException." Does this mean that some aspects of Androids internals can be 'messed with'? or are things like public/private/ protected not used for enforcing security in the framework? And are the Manifest.permissions checks done in such a way that this is not a problem? Thanks Chris
- [android-security-discuss] 10.9 Violating Access Control Rules [EMAIL PROTECTED] <=
- [android-security-discuss] Re: 10.9 Violating Access Control Rules Dianne Hackborn
- [android-security-discuss] Re: 10.9 Violating Access Control Rules Chris Rutherford