jakev / dtfmods-core

Core content for Android device testing
Apache License 2.0
6 stars 2 forks source link

Parse *.rc files #67

Open jakev opened 8 years ago

jakev commented 8 years ago

The last feature for 1.3.1. I'd like to process all init.*.rc files. This involves parsing the triggers as well as services.

Next, I'd like to be able to do some analysis on the "on property" triggers. Example use-case:

given a specific SEAndroid context, how many "on properties" can I trigger, and what will happen?