diff options
| author | Julian Veit <claymore1298@gmail.com> | 2019-01-23 21:52:33 +0100 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2019-01-23 21:52:39 +0100 |
| commit | da80c293c12a0021f9a28a9724410ed4c70f55ff (patch) | |
| tree | 7a98f19a86ed8908f497215cbfd1a1cd5ce13b46 | |
| parent | af69577716cb544d989103415350a14f29d19815 (diff) | |
Revert "sepolicy: Allow wcnss_service to set wlan.driver properties"
This reverts commit 22832f10abbd8f7715ffbe5540a3f97a04f1dc95.
Change-Id: I39fcdbd184326056c705f2bd54f02d52140f5092
| -rw-r--r-- | common/property.te | 2 | ||||
| -rw-r--r-- | common/property_contexts | 3 | ||||
| -rw-r--r-- | common/wcnss_service.te | 2 |
3 files changed, 0 insertions, 7 deletions
diff --git a/common/property.te b/common/property.te index b1f037a..7881756 100644 --- a/common/property.te +++ b/common/property.te @@ -136,5 +136,3 @@ type mmi_prop, property_type; #imsrcsservice type ctl_vendor_imsrcsservice_prop, property_type; - -type wcnss_prop, property_type; diff --git a/common/property_contexts b/common/property_contexts index 073395e..5c131ab 100644 --- a/common/property_contexts +++ b/common/property_contexts @@ -131,6 +131,3 @@ persist.vendor.crash.detect u:object_r:crash_prop:s0 persist.vendor.mmi. u:object_r:mmi_prop:s0 ctl.vendor.imsrcsservice u:object_r:ctl_vendor_imsrcsservice_prop:s0 - -wlan.driver.ath u:object_r:wcnss_prop:s0 -wlan.driver.config u:object_r:wcnss_prop:s0 diff --git a/common/wcnss_service.te b/common/wcnss_service.te index 5e9d52c..c07698e 100644 --- a/common/wcnss_service.te +++ b/common/wcnss_service.te @@ -77,5 +77,3 @@ hal_client_domain(wcnss_service, hal_perf) # read persist.vendor.wigig.npt.enable get_prop(wcnss_service, wigig_prop); - -set_prop(wcnss_service, wcnss_prop) |
