commit | aebf06b4ac9cdaf751d0c97ec2ff94a324552d89 | [log] [tgz] |
---|---|---|
author | Aaron Kling <webgeek1234@gmail.com> | Tue Apr 26 02:05:37 2022 -0500 |
committer | Jan Altensen <info@stricted.net> | Tue Jul 19 02:00:28 2022 +0200 |
tree | 76f908a68baac5756f87a9296a6874198b0c07d6 | |
parent | 9afb85c3c5b2e6d4048abc9c1404ee5246c168d0 [diff] |
atv: Allow TvSettings to set adb port property Change-Id: I59d0a9b4cbd3109d3f2f8a310954552fc8071113
diff --git a/atv/private/system_app.te b/atv/private/system_app.te new file mode 100644 index 0000000..6c7f09b --- /dev/null +++ b/atv/private/system_app.te
@@ -0,0 +1,2 @@ +# Allow TvSettings to read/write adb port prop +set_prop(system_app, adbd_config_prop)