platform_system_sepolicy/rild.te

11 lines
233 B
Text
Raw Normal View History

2012-01-04 18:33:27 +01:00
# rild - radio interface layer daemon
type rild, domain;
type rild_exec, exec_type, file_type;
init_daemon_domain(rild)
net_domain(rild)
unconfined_domain(rild)
# Access to wake locks
allow rild sysfs_wake_lock:file rw_file_perms;