platform_system_sepolicy/inputflinger.te

11 lines
257 B
Text
Raw Normal View History

# inputflinger
type inputflinger, domain;
permissive_or_unconfined(inputflinger)
type inputflinger_exec, exec_type, file_type;
init_daemon_domain(inputflinger)
binder_use(inputflinger)
binder_service(inputflinger)
binder_call(inputflinger, system_server)