Skip to content

Commit

Permalink
sepolicy: Allow mediaserver to get vendor_display_prop
Browse files Browse the repository at this point in the history
[1] - 01-01 16:27:45.302 W/binder:1342_3(1342): type=1400 audit(0.0:34477): avc:  denied  { read } for  name="u:object_r:vendor_display_prop:s0" dev="tmpfs" ino=18646 scontext=u:r:mediaserver:s0 tcontext=u:object_r:vendor_display_prop:s0 tclass=file permissive=0
[2] - 01-01 16:27:39.783 W/libc    (1342): Access denied finding property "vendor.display.enable_optimal_refresh_rate"

Change-Id: I2f97ba234e2c0bf658f4e91c936e3ef38ce5a41f
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
  • Loading branch information
CHRISL7 committed Jan 2, 2024
1 parent f5f4b01 commit 6557c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sepolicy/generic/vendor/mediaserver.te
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
get_prop(mediaserver, vendor_display_prop)

0 comments on commit 6557c31

Please sign in to comment.