[SELinux Question] I got an issue at libselinux.so and libpcre.so.

2015-04-22 Thread HAN
Hello, Since I'm not good at english, so I can make some mistakes. This is HAN who studies Android Lollipop developing. When my custom Lollipop image is downloaded and boot firstly, I got an issue at libselinux.so and libpcre.so. I've got segmentation fault as below. I guess this segfault came

Re: [SELinux Question] I got an issue at libselinux.so and libpcre.so.

2015-04-22 Thread HAN
an issue at libselinux.so and libpcre.so. On 04/22/2015 10:41 AM, HAN wrote: gt; Hello, gt; gt; Since I'm not good at english, so I can make some mistakes. gt; gt; This is HAN who studies Android Lollipop developing. gt; When my custom Lollipop image is downloaded and boot firstly, I got an gt

Re: How to prevent kingroot.apk..

2015-12-03 Thread HAN
are being changed to init. Afater crash, I can collect a crash dump and will be able to find a root point in kernel. However, I've added some points in SELinux and kernel, but I couldn't find it. Where would be a great point to find that? Thanks HAN -Original Message- From: "Wi

How to check a neverallow for a single allow rule?

2017-05-19 Thread HAN
neverallow, not raw allow rules. Any response will be greatly appreciated and hope you have a great day. Thanks. HAN

Re: Questions about execution binary from /data.

2018-04-02 Thread HAN
to copy my binary into system partition. That's why I'm looking for the other partitions to do it. The python binary shouldn't be pre-loaded on the device. Thanks HAN -Original Message- From: "Jeffrey Vander Stoep"<je...@google.com> To: "HAN"<kk...@na

Questions about execution binary from /data.

2018-04-02 Thread HAN
system_app } { data_file_type -dalvikcache_data_file -system_data_file # shared libs in apks -apk_data_file }:file no_x_file_perms; -- Thanks. HAN