diff options
| author | Steve Kondik <steve@cyngn.com> | 2015-08-21 16:41:29 -0700 |
|---|---|---|
| committer | Steve Kondik <steve@cyngn.com> | 2015-08-21 17:54:08 -0700 |
| commit | 7ae413125139615beead641e2c57801a8994c451 (patch) | |
| tree | 6a61a24062df6ab360d26053e0dea65000b7fe3d /sepolicy | |
| parent | 589b201753a6de65abdc4e1feb6737f5dc908efa (diff) | |
msm8916: Add DisplayModeControl support
Change-Id: I43a60c094823ef73d9cba4edb5183761b2d95f9d
Diffstat (limited to 'sepolicy')
| -rw-r--r-- | sepolicy/system_server.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index f17b695..349fed4 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -1,3 +1,5 @@ allow system_server time_daemon:unix_stream_socket connectto; # CmHardwareService access to Color Calibration allow system_server display_sysfs:file rw_file_perms; +allow system_server pps_socket:sock_file rw_file_perms; +allow system_server mm-pp-daemon:unix_stream_socket connectto; |
