commit | 1d7b129f0bbea2924721f3c228b057941eb69106 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@gmail.com> | Thu May 25 20:04:54 2023 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Jun 07 00:58:30 2023 +0300 |
tree | e4c6f9c62fdc815317f0626c766d63d8a50222ce | |
parent | efdc05a9076991f71f37d79cdaa167d1293925a4 [diff] |
sepolicy: Allow location read xtra-daemon control property Change-Id: If869f21c4397c65672c9319990d8dc4baca2aa3a
diff --git a/legacy/vendor/common/location.te b/legacy/vendor/common/location.te index c842d77..70f6156 100644 --- a/legacy/vendor/common/location.te +++ b/legacy/vendor/common/location.te
@@ -138,3 +138,6 @@ allow location sysfs_soc:dir r_dir_perms; get_prop(location, wifi_hal_prop) + +# xtra-daemon control +get_prop(location, xtra_control_prop)