Skip to content

Commit

Permalink
garnet: sepolicy: Add property label for persist.vendor.audio.scenario
Browse files Browse the repository at this point in the history
- libc    : Unable to set property "persist.vendor.audio.scenario" to "1": connection failed: Permission denied
- libc    : Unable to set property "persist.vendor.audio.scenario" to "2": connection failed: Permission denied
- libc    : Unable to set property "persist.vendor.audio.scenario" to "3": connection failed: Permission denied
- libc    : Unable to set property "persist.vendor.audio.scenario" to "4": connection failed: Permission denied

Signed-off-by: kleidione <kleidione@gmail.com>
  • Loading branch information
kleidione committed Jan 22, 2025
1 parent 5c56b70 commit 1641c62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sepolicy/private/property_contexts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ro.camera.req.fmq. u:object_r:exported_default_prop:s0
ro.camera.res.fmq. u:object_r:exported_default_prop:s0
ro.camera.res.fmq. u:object_r:exported_default_prop:s0
persist.vendor.audio.scenario u:object_r:exported_default_prop:s0

0 comments on commit 1641c62

Please sign in to comment.