mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 02:25:28 +00:00
Fix typo in sepolicy.cpp
This commit is contained in:
parent
6030b00ee2
commit
ae0dcabf43
@ -657,11 +657,11 @@ bool sepolicy::type_member(const char *s, const char *t, const char *c, const ch
|
||||
|
||||
bool sepolicy::type_transition(const char *s, const char *t, const char *c, const char *d, const char *o) {
|
||||
if (o) {
|
||||
dprint(__FUNCTION__, s, t, c, d);
|
||||
return impl->add_type_rule(s, t, c, d, AVTAB_TRANSITION);
|
||||
} else {
|
||||
dprint(__FUNCTION__, s, t, c, d, o);
|
||||
return impl->add_filename_trans(s, t, c, d, o);
|
||||
} else {
|
||||
dprint(__FUNCTION__, s, t, c, d);
|
||||
return impl->add_type_rule(s, t, c, d, AVTAB_TRANSITION);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user