On 02/27/2014 03:37 PM, Tai Nguyen (tainguye) wrote:
> All my untrusted app are from google which are expected
>
> root@android:/ # ps -Z | grep untrust
> u:r:untrusted_app:s0 u0_a25 2114 183
> com.google.process.gapps
> u:r:untrusted_app:s0 u0_a25 3132 183 com.google.android.gms
> u:r:untrusted_app:s0 u0_a28 6541 183 com.google.android.tts
> u:r:untrusted_app:s0 u0_a21 6813 183
> com.google.android.apps.maps
> u:r:untrusted_app:s0 u0_a0 6948 183 com.android.contacts
> u:r:untrusted_app:s0 u0_a25 7171 183
> com.google.process.location
> u:r:untrusted_app:s0 u0_a25 7185 183
> com.google.android.gsf.login
> u:r:untrusted_app:s0 u0_a29 7245 183
> com.google.android.talk
>
> Also, when I run gallery app, I got these messages
>
> audit(1393533291.343:868): avc: denied { search } for pid=13457
> comm="droid.gallery3d" name="com.android.gallery3d" dev=dm-0 ino=139484
> scontext=u:r:untrusted_app:s0
> tcontext=u:object_r:platform_app_data_file:s0 tclass=dir
> audit(1393533291.343:869): avc: denied { search } for pid=13457
> comm="droid.gallery3d" name="com.android.gallery3d" dev=dm-0 ino=139484
> scontext=u:r:untrusted_app:s0
> tcontext=u:object_r:platform_app_data_file:s0 tclass=dir
> audit(1393533291.343:870): avc: denied { search } for pid=13457
> comm="droid.gallery3d" name="com.android.gallery3d" dev=dm-0 ino=139484
> scontext=u:r:untrusted_app:s0
> tcontext=u:object_r:platform_app_data_file:s0 tclass=dir
We actually wouldn't recommend running the gapps in untrusted_app.
They should either get put into one of the platform app domains, or
possibly into a domain of their own. untrusted_app is really only
intended for non-system apps (apps installed by the user).
_______________________________________________
Seandroid-list mailing list
[email protected]
To unsubscribe, send email to [email protected].
To get help, send an email containing "help" to
[email protected].