android - Unable to setprop - avc denied? -


i trying setup firebase debug mode app on samsung s7 , couldn't

adb shell setprop firebase.analytics.debug-mode com.roostertech.net.app

avc: denied { set } property=firebase.analytics.debug-mode pid=19845 uid=2000 gid=2000 scontext=u:r:shell:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service permissive=0

randomly tried set other property , denied well

avc: denied { set } property=log.wtf pid=21107 uid=2000 gid=2000 scontext=u:r:shell:s0 tcontext=u:object_r:log_prop:s0 tclass=property_service permissive=0

avc: denied { set } property=firebase pid=21086 uid=2000 gid=2000 scontext=u:r:shell:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service permissive=0

but property log.tag.fa can set fine

adb shell setprop log.tag.fa verbose

i couldn't find documentation on allowed properties can set?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -