mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 11:12:03 +00:00
Remove all dontaudit in magisk rules
This commit is contained in:
@@ -19,10 +19,9 @@ extern policydb_t *policydb;
|
||||
for (*ptr = table->htable[_i]; *ptr != NULL; *ptr = (*ptr)->next)
|
||||
|
||||
// sepolicy manipulation functions
|
||||
void for_each_avtab_node(void (*callback)(avtab_ptr_t));
|
||||
int create_domain(const char *d);
|
||||
int set_domain_state(const char *s, int state);
|
||||
int add_file_transition(const char *s, const char *t, const char *c, const char *d,
|
||||
const char *o);
|
||||
int add_typeattribute(const char *domainS, const char *attr);
|
||||
int add_rule(const char *s, const char *t, const char *c, const char *p, int effect, int n);
|
||||
int add_xperm_rule(const char *s, const char *t, const char *c, const char *range, int effect, int n);
|
||||
|
||||
Reference in New Issue
Block a user