1type blur_sysprop_notifier, domain, coredomain; 2type blur_sysprop_notifier_exec, system_file_type, exec_type, file_type; 3 4init_daemon_domain(blur_sysprop_notifier) 5 6 7binder_use(blur_sysprop_notifier) 8allow blur_sysprop_notifier activity_service:service_manager find; 9allow blur_sysprop_notifier system_server:binder call; 10