Make gxp_device an mlstrustedobject
This is needed as google_camera_app needs write access to gxp. Test: Tested with private build "P51261040" with Tot google3 gca-dogfood app & found no selinux violations. Bug: 264139000 Change-Id: Ic1a262cc40578ebd2305efe851e54cf857bd02c1
This commit is contained in:
parent
92ec39e932
commit
01c5409eb8
1 changed files with 1 additions and 1 deletions
2
vendor/device.te
vendored
2
vendor/device.te
vendored
|
@ -5,7 +5,7 @@ type devinfo_block_device, dev_type;
|
|||
type mfg_data_block_device, dev_type;
|
||||
type ufs_internal_block_device, dev_type;
|
||||
type logbuffer_device, dev_type;
|
||||
type gxp_device, dev_type;
|
||||
type gxp_device, dev_type, mlstrustedobject;
|
||||
type fingerprint_device, dev_type;
|
||||
|
||||
# Dmabuf heaps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue