mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Set BPF support level
This allows a legacy device launched with Android (pre-)O and running a pre-4.9-P+ kernel to declare itself as not eBPF capable.
This commit is contained in:
parent
563c21771d
commit
e5825ea8dc
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ on init
|
|||
symlink /sdcard /mnt/sdcard
|
||||
symlink /sdcard /storage/sdcard0
|
||||
|
||||
setprop ro.kernel.ebpf.supported false
|
||||
|
||||
# Set permissions for persist partition
|
||||
mkdir /persist 0771 system system
|
||||
mkdir /firmware 0771 system system
|
||||
|
|
Loading…
Reference in a new issue