mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-13 21:36:58 -08:00
Move sepolicy parsing error message into Rust
This commit is contained in:
@@ -715,7 +715,7 @@ void sepol_impl::print_type(FILE *fp, type_datum_t *type) {
|
||||
}
|
||||
}
|
||||
if (ebitmap_get_bit(&db->permissive_map, type->s.value)) {
|
||||
fprintf(stdout, "permissive %s\n", name);
|
||||
fprintf(fp, "permissive %s\n", name);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user