sm8150-common: sepolicy: Label /dev/param
Change-Id: Ib2fb9a657cbfcf56d7550cf56a565ccf39838710
This commit is contained in:
parent
b3b775c727
commit
6659641827
|
@ -1,2 +1,3 @@
|
|||
type dash_device, dev_type;
|
||||
type fingerprintd_device, dev_type;
|
||||
type param_device, dev_type;
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
/dev/elliptic1 u:object_r:sensors_device:s0
|
||||
/dev/goodix_fp u:object_r:fingerprintd_device:s0
|
||||
/dev/p73 u:object_r:nfc_device:s0
|
||||
/dev/param u:object_r:param_device:s0
|
||||
/dev/silead_fp u:object_r:fingerprintd_device:s0
|
||||
|
||||
# HALs
|
||||
|
|
Loading…
Reference in New Issue