Skip to content

Commit

Permalink
r5x: sepolicy: Fix hardware denial
Browse files Browse the repository at this point in the history
W/libc    (8466): Access denied finding property ro.hardware.chipname
  • Loading branch information
melles1991 authored and takumi021 committed Jan 3, 2023
1 parent 8d5b82c commit 895e30a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sepolicy/vendor/property_contexts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ oppo.fpc.sw.version u:object_r:oppo_fingerprint_prop:s0
ro.product.prjversion u:object_r:exported_default_prop:s0
ro.product.wtconfig u:object_r:exported_default_prop:s0

# Hardware
ro.hardware.chipname u:object_r:exported_default_prop:s0

# GSM prop
gsm.operator.numeric u:object_r:radio_prop:s0

Expand Down

0 comments on commit 895e30a

Please sign in to comment.