blob: 3239c2dcb848983c16912a3b0b352fa6840f97bd [file] [log] [blame]
Steve Kondikb5c2cf02015-09-15 04:10:02 -07001# LiveDisplay access to color calibration
2allow system_server pps_socket:sock_file rw_file_perms;
3allow system_server mm-pp-daemon:unix_stream_socket connectto;
4
5# Time services
6allow system_server time_daemon:unix_stream_socket connectto;
Diogo Ferreira140305d2015-11-23 13:57:01 +00007
8#allow reading of usb sysfs to query hvdcp state
9allow system_server sysfs_usb_supply:dir { search };
10allow system_server sysfs_usb_supply:file r_file_perms;