diff --git a/BoardConfigExtra.mk b/BoardConfigExtra.mk index 8f072d7..d4891bb 100644 --- a/BoardConfigExtra.mk +++ b/BoardConfigExtra.mk @@ -12,4 +12,4 @@ ifndef TARGET_COPY_OUT_SYSTEM_EXT endif ## SELinux -BOARD_SEPOLICY_DIRS += vendor/extra/sepolicy +BOARD_VENDOR_SEPOLICY_DIRS += vendor/extra/sepolicy diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te new file mode 100644 index 0000000..111146b --- /dev/null +++ b/sepolicy/system_server.te @@ -0,0 +1,3 @@ +binder_call(system_server, zygote) +binder_call(system_app, zygote) +binder_call(zygote, system_server)