Steve Kondik | b5c2cf0 | 2015-09-15 04:10:02 -0700 | [diff] [blame] | 1 | # LiveDisplay access to color calibration |
| 2 | allow system_server pps_socket:sock_file rw_file_perms; |
| 3 | allow system_server mm-pp-daemon:unix_stream_socket connectto; |
| 4 | |
| 5 | # Time services |
| 6 | allow system_server time_daemon:unix_stream_socket connectto; |
Diogo Ferreira | 140305d | 2015-11-23 13:57:01 +0000 | [diff] [blame] | 7 | |
| 8 | #allow reading of usb sysfs to query hvdcp state |
| 9 | allow system_server sysfs_usb_supply:dir { search }; |
| 10 | allow system_server sysfs_usb_supply:file r_file_perms; |