mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Add new targetSdk domain
https://android-review.googlesource.com/c/platform/system/sepolicy/+/1752122
This commit is contained in:
parent
68fbdd474c
commit
f5c02be5bf
@ -77,9 +77,9 @@ void sepolicy::magisk_rules() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// type transition require actual types, not attributes
|
// type transition require actual types, not attributes
|
||||||
const char *app_types[] {
|
const char *app_types[]{
|
||||||
"system_app", "priv_app", "platform_app", "untrusted_app",
|
"system_app", "priv_app", "platform_app", "untrusted_app", "untrusted_app_25",
|
||||||
"untrusted_app_25", "untrusted_app_27", "untrusted_app_29" };
|
"untrusted_app_27", "untrusted_app_29", "untrusted_app_30"};
|
||||||
clients.pop_back();
|
clients.pop_back();
|
||||||
clients.insert(clients.end(), app_types, app_types + std::size(app_types));
|
clients.insert(clients.end(), app_types, app_types + std::size(app_types));
|
||||||
for (auto type : clients) {
|
for (auto type : clients) {
|
||||||
|
Loading…
Reference in New Issue
Block a user