Archive repo to src.zip [v0.0.1]
This commit is contained in:
parent
e37e1afa42
commit
487d5e619e
@ -147,9 +147,9 @@ mount_mirrors() {
|
||||
}
|
||||
|
||||
# Credits
|
||||
ui_print "**********************************************"
|
||||
ui_print "* Module built using 1ndevelopment (©) 2024 *"
|
||||
ui_print "**********************************************"
|
||||
ui_print "*************************************"
|
||||
ui_print "* Module built using MMT Extended *"
|
||||
ui_print "*************************************"
|
||||
ui_print " "
|
||||
|
||||
# Check for min/max api version
|
||||
|
@ -2,9 +2,7 @@ cat > $MODPATH/0000fsp <<EOF
|
||||
#!/system/bin/sh
|
||||
DISABLE="/data/adb/modules/fsp_module/disable"
|
||||
if ! test -e "\$DISABLE"; then
|
||||
## Fix common SELinux non-permissive issues
|
||||
/system/bin/magisk su -c "/data/adb/magisk/magiskpolicy --live 'allow untrusted_app_27 * * {*}' 'allow system_server * * {*}' 'allow system_suspend * * {*}' 'allow mtk_hal_nvramagent * * {*}' 'allow magisk * * {*}' 'allow system_app * * {*}' 'allow mnld * * {*}' 'allow platform_app * * {*}' 'allow untrusted_app * * {*}' 'allow untrusted_app_29 * * {*}' 'allow priv_app * * {*}' 'allow untrusted_app_30 * * {*}' 'allow untrusted_app_25 * * {*}' 'allow audioserver * * {*}' 'allow crash_dump * * {*}' 'allow su * * {*}' 'allow mediaserver * * {*}' 'allow hwservicemanager * * {*}' 'allow mtk_hal_c2 * * {*}' 'allow surfaceflinger * * {*}' 'allow mediaswcodec * * {*}' 'allow shell * * {*}' 'allow gsid * * {*}'"
|
||||
## Fix SELinux Policies for ArrowOS
|
||||
/system/bin/magisk su -c "/data/adb/magisk/magiskpolicy --live 'allow surfaceflinger * * {*}' 'allow vold * * {*}' 'allow radio * * {*}' 'allow installd * * {*}' 'allow ccci_mdinit * * {*}' 'allow vendor_init * * {*}' 'allow hal_fingerprint_oppo_compat * * {*}' 'allow init * * {*}' 'allow rild * * {*}' 'allow bip * * {*}' 'allow gsm0710muxd * * {*}' 'allow phhsu_daemon * * {*}' 'allow isolated_app * * {*}'"
|
||||
fi
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user