Re: Questions about execution binary from /data.

2018-04-02 Thread William Roberts
On Mon, Apr 2, 2018 at 7:37 AM, HAN wrote: > Hi Jeffrey, thanks for your quick response. > > > > My system_app is used to test some components with python script. > > This app is not pre-loaded and be installed to test and will be > uninstalled after all the test-cases are done.

Re: Questions about execution binary from /data.

2018-04-02 Thread HAN
Hi Jeffrey, thanks for your quick response. My system_app is used to test some components with python script. This app is not pre-loaded and be installed to test and will be uninstalled after all the test-cases are done. So I have to put my python binary in runtime but dm-verity doesn't allow

Re: Questions about execution binary from /data.

2018-04-02 Thread Jeffrey Vander Stoep via Seandroid-list
Hi Han, Privileged system components such as system_app are disallowed from executing content off the read-write /data partition because it is less trusted than dm-verity protected read-only partitions such as /system. I recommend you put your python binary on the system partition. On Mon, Apr

Questions about execution binary from /data.

2018-04-02 Thread HAN
Hi everone, My system_app needs to execute python binary to run python script. So I copied the binary into a path "/data/misc/user/0/python" but execution is blocked by below neverallow. Where should I put my python binary into? Are there any areas that are most commonly used in this case?