diff options
| -rw-r--r-- | sepolicy/zygote.te | 13 | ||||
| -rw-r--r-- | system.prop | 1 |
2 files changed, 1 insertions, 13 deletions
diff --git a/sepolicy/zygote.te b/sepolicy/zygote.te deleted file mode 100644 index 8fa4e431aad..00000000000 --- a/sepolicy/zygote.te +++ /dev/null @@ -1,13 +0,0 @@ -allow zygote debugfs:file w_file_perms; -allow zygote debugfs:file getattr; -allow zygote activity_service:service_manager find; -allow zygote ashmem_device:chr_file execute; -allow zygote package_service:service_manager find; -allow zygote self:capability sys_nice; -allow zygote self:process execmem; -allow zygote system_server:binder { call transfer }; -allow zygote zygote_tmpfs:file execute; -allow zygote system_data_file:dir write; -allow zygote system_data_file:dir add_name; -allow zygote system_data_file:dir create; -allow zygote system_data_file:dir setattr; diff --git a/system.prop b/system.prop index 27a713efe58..e95f0adf2c5 100644 --- a/system.prop +++ b/system.prop @@ -4,6 +4,7 @@ rild.libpath=/system/lib/libxgold-ril.so rild.libargs=-d /dev/ttyACM0 persist.tegra.nvmmlite = 1 ro.audio.monitorOrientation=true +net.tethering.noprovisioning=true #NFC debug.nfc.fw_download=false |
