rename rs_data_file to app_exec_data_file
There are multiple trusted system components which may be responsible for creating executable code within an application's home directory. Renderscript is just one of those trusted components. Generalize rs_data_file to app_exec_data_file. This label is intended to be used for any executable code created by trusted components placed into an application's home directory. Introduce a typealias statement to ensure files with the previous label continue to be understood by policy. This change is effectively a no-op, as it just renames a type, but neither adds or removes any rules. Bug: 121375718 Bug: 112357170 Test: cts-tradefed run cts-dev -m CtsRenderscriptTestCases Change-Id: I17dca5e3e8a1237eb236761862174744fb2196c0
Showing
- private/app_neverallows.te 4 additions, 4 deletionsprivate/app_neverallows.te
- private/ephemeral_app.te 3 additions, 3 deletionsprivate/ephemeral_app.te
- private/file.te 3 additions, 2 deletionsprivate/file.te
- private/installd.te 1 addition, 1 deletionprivate/installd.te
- private/rs.te 4 additions, 4 deletionsprivate/rs.te
- private/untrusted_app_all.te 4 additions, 3 deletionsprivate/untrusted_app_all.te
Please register or sign in to comment