android_system_sepolicy/public/aidl_lazy_test_server.te

10 lines
288 B
Plaintext
Raw Normal View History

type aidl_lazy_test_server, domain;
type aidl_lazy_test_server_exec, exec_type, file_type, system_file_type;
userdebug_or_eng(`
binder_use(aidl_lazy_test_server)
binder_call(aidl_lazy_test_server, binderservicedomain)
add_service(aidl_lazy_test_server, aidl_lazy_test_service)
')