We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4afe9 commit 162ef35Copy full SHA for 162ef35
module/post-fs-data.sh
@@ -255,9 +255,7 @@ mountify_copy() {
255
256
# this way only sparse mode on ksu gets the rule
257
handle_ksu_sepolicy() {
258
- echo "allow kernel su file *;" > "$LOG_FOLDER/ksu_sparse_sepolicy"
259
- /data/adb/ksud sepolicy apply "$LOG_FOLDER/ksu_sparse_sepolicy"
260
- busybox chcon "u:r:su:s0" "$MNT_FOLDER/mountify-ext4"
+ busybox chcon "u:object_r:ksu_file:s0" "$MNT_FOLDER/mountify-ext4"
261
}
262
263
# prevent this fuckup since on expert mode this isnt checked
0 commit comments