summaryrefslogtreecommitdiffstats
path: root/sepolicy/qcom/system_server.te
blob: 3239c2dcb848983c16912a3b0b352fa6840f97bd (plain)
1
2
3
4
5
6
7
8
9
10
# LiveDisplay access to color calibration
allow system_server pps_socket:sock_file rw_file_perms;
allow system_server mm-pp-daemon:unix_stream_socket connectto;

# Time services
allow system_server time_daemon:unix_stream_socket connectto;

#allow reading of usb sysfs to query hvdcp state
allow system_server sysfs_usb_supply:dir { search };
allow system_server sysfs_usb_supply:file r_file_perms;