diff --git a/appveyor.yml b/appveyor.yml index 29935112..ff7e8cb3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '0.4.5.5_beta({build})' +version: '0.4.6.0_beta({build})' environment: ANDROID_HOME: C:\android-sdk-windows diff --git a/edxp-core/build.gradle b/edxp-core/build.gradle index d45e1ff3..e8bd8295 100644 --- a/edxp-core/build.gradle +++ b/edxp-core/build.gradle @@ -4,7 +4,7 @@ import org.gradle.internal.os.OperatingSystem apply plugin: 'com.android.library' // Values set here will be overriden by AppVeyor, feel free to modify during development. -def buildVersionName = 'v0.4.5.5_beta' +def buildVersionName = 'v0.4.6.0_beta' def buildVersionCode = 10000 if (System.env.APPVEYOR_BUILD_VERSION != null) { diff --git a/edxp-core/template_override/common/post-fs-data.sh b/edxp-core/template_override/common/post-fs-data.sh index bf60a151..ba9a0020 100644 --- a/edxp-core/template_override/common/post-fs-data.sh +++ b/edxp-core/template_override/common/post-fs-data.sh @@ -7,18 +7,18 @@ MODDIR=${0%/*} # More info in the main Magisk thread # necessary for using mmap in system_server process -supolicy --live "allow system_server system_server process {execmem}" +#supolicy --live "allow system_server system_server process {execmem}" # supolicy --live "allow system_server system_server memprotect {mmap_zero}" # for built-in apps // TODO maybe narrow down the target classes -supolicy --live "allow coredomain coredomain process {execmem}" +#supolicy --live "allow coredomain coredomain process {execmem}" # read configs set in our app -supolicy --live "allow coredomain app_data_file * *" -supolicy --live "attradd {system_app platform_app} mlstrustedsubject" +#supolicy --live "allow coredomain app_data_file * *" +#supolicy --live "attradd {system_app platform_app} mlstrustedsubject" # read module apk file in zygote -supolicy --live "allow zygote apk_data_file * *" +#supolicy --live "allow zygote apk_data_file * *" . ${MODDIR}/util_functions.sh