ao-anssi

Results 12 comments of ao-anssi

Hi Thank you for interest :-) Here are the two patches. I've made them on Android AOSP 12 with the tag android-12.0.0_r26. I have simply put a hook in the...

Reading it again, I must say the code is still the one of a poc

@thestinger Thank you, yes why not, sorry I haven't had time to think about it. The only difference is that the do_dlopen hook still allow some specific libraries execution, whereas...

Just to be sure, is not the code resulting of the jit compilation the one in /data/app/.../oat/arm(64) or /data/dalvik-cache ? If yes isn't its selinux label dalvikcache_data_file ?

To be sure that I understand well, starting with app_data_file : if JIT compilation result is not written on disk then to remove execution of app_data_file in selinux shouldn't break...

Thank you very much for your answers, I wrote a little too quickly

Hello, Here are the links to the branch "permission_history" : - https://github.com/ao-anssi/platform_system_sepolicy/tree/permission_history - https://github.com/ao-anssi/platform_frameworks_base/tree/permission_history - https://github.com/ao-anssi/platform_packages_apps_securityconfhistory/tree/permission_history - https://github.com/ao-anssi/platform_build/tree/permission_history NB : the code still contains some debug lines.

Hello, Thank you very much trying to integrate the patch I sent you. I am sorry for the error at compilation (I tried it on Android 12), I will look...

regarding the compilation issue I wouldn't be surprised if the problem was in the generation of the exposed api, for example the generation of the files like : frameworks/base/core/api/current.txt (removed.txt...

Hi I rebuilt from scratch the 12.1+the patches, it compiled without errors (the only difference with the 12 is that I made little changes to sepolicy because of the version...