Skip to content

Commit

Permalink
KernelSU: selinux: fix installation stuck on kernel 4.4
Browse files Browse the repository at this point in the history
This fixes that the Module Installer is stuck when installing Modules on Kernel 4.4
  • Loading branch information
kevios12 authored Oct 19, 2023
1 parent ce892bc commit 606773e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/selinux/rules.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ void apply_kernelsu_rules()
ksu_allowxperm(db, KERNEL_SU_DOMAIN, ALL, "blk_file", ALL);
ksu_allowxperm(db, KERNEL_SU_DOMAIN, ALL, "fifo_file", ALL);
ksu_allowxperm(db, KERNEL_SU_DOMAIN, ALL, "chr_file", ALL);
ksu_allowxperm(db, KERNEL_SU_DOMAIN, ALL, "file", ALL);
}

// we need to save allowlist in /data/adb/ksu
Expand Down

0 comments on commit 606773e

Please sign in to comment.