commit | ca5f06cdb90a6e49f0da34b2c26762a223c1cad6 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jun 21 21:27:09 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 21 21:27:09 2023 +0000 |
tree | efad5c4c8d6c57b5c8c5f0c2329e6e50a33eca73 | |
parent | 7f7e8d79a924f33d1a9b5add949a312859a62ebc [diff] | |
parent | 1bd70df43b820f3501a78d6c3e3bd2651e0dca6f [diff] |
Merge "Give serial number access to drm hal server not client"
diff --git a/public/hal_drm.te b/public/hal_drm.te index 43d0a7c..34ca0b2 100644 --- a/public/hal_drm.te +++ b/public/hal_drm.te
@@ -12,7 +12,7 @@ allow hal_drm self:process execmem; # Permit reading device's serial number from system properties -get_prop(hal_drm, serialno_prop) +get_prop(hal_drm_server, serialno_prop) # Read files already opened under /data allow hal_drm system_data_file:file { getattr read };