mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 20:15:29 +00:00
Add rule: allow * magisk_file lnk_file { * }
This commit is contained in:
parent
49abfcafed
commit
4c747c4148
@ -37,6 +37,7 @@ void sepolicy::magisk_rules() {
|
|||||||
allow(ALL, SEPOL_FILE_TYPE, "dir", ALL);
|
allow(ALL, SEPOL_FILE_TYPE, "dir", ALL);
|
||||||
allow(ALL, SEPOL_FILE_TYPE, "fifo_file", ALL);
|
allow(ALL, SEPOL_FILE_TYPE, "fifo_file", ALL);
|
||||||
allow(ALL, SEPOL_FILE_TYPE, "chr_file", ALL);
|
allow(ALL, SEPOL_FILE_TYPE, "chr_file", ALL);
|
||||||
|
allow(ALL, SEPOL_FILE_TYPE, "lnk_file", ALL);
|
||||||
|
|
||||||
if (new_rules) {
|
if (new_rules) {
|
||||||
// Make client type literally untrusted_app
|
// Make client type literally untrusted_app
|
||||||
|
Loading…
Reference in New Issue
Block a user