summaryrefslogtreecommitdiffstats
path: root/sepolicy/system.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/system.te')
-rw-r--r--sepolicy/system.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/system.te b/sepolicy/system.te
index 01972d48..02d9e095 100644
--- a/sepolicy/system.te
+++ b/sepolicy/system.te
@@ -1,2 +1,5 @@
allow system_server wallpaper_file:file relabelto;
allow system_server dalvikcache_data_file:file write;
+
+# allow adb related properties to be set
+allow system_server adbtcp_prop:property_service set;