Skip to content

Commit

Permalink
Allow "tee" context to read "default_prop", this is required for keym…
Browse files Browse the repository at this point in the history
…aster properties override, to allow tee to read ro.keymaster.bnd prop
  • Loading branch information
phhusson committed Jan 19, 2023
1 parent 11712d1 commit 7ad3802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sepolicy/keymaster.te
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Access to fake keymaster SPL/Android version props
get_prop(hal_keymaster, default_prop);
get_prop(tee, default_prop);

get_prop(hal_keymaster, system_prop);

Expand Down

0 comments on commit 7ad3802

Please sign in to comment.