[app] Add link to magisk repo to sepolicy not loaded info (#341)

This commit is contained in:
tehcneko 2021-03-12 17:56:12 +08:00 committed by GitHub
parent 5a26cec58c
commit 12643c96d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@
<string name="activated">已激活</string>
<string name="partial_activated">部分激活</string>
<string name="selinux_policy_not_loaded_summary">SEPolicy 未被正确加载</string>
<string name="selinux_policy_not_loaded">&lt;b&gt;警告:&lt;\/b&gt; SEPolicy 未被正确加载,作用于系统框架的模块将不起作用。</string>
<string name="selinux_policy_not_loaded"><![CDATA[<b>警告:</b>SEPolicy 未被正确加载,作用于系统框架的模块将不起作用。<br>请将此报告给 <a href="https://github.com/topjohnwu/Magisk/issues"><b>Magisk</b></a> 开发者。]]></string>
<string name="NotInstall">未安装</string>
<string name="NotInstallDetail">LSPosed 未安装</string>
</resources>

View File

@ -39,11 +39,11 @@
<string name="activated">Activated</string>
<string name="not_installed">Not installed</string>
<string name="selinux_permissive">&lt;b&gt;WARNING:&lt;\/b&gt; SELinux is not enforcing! the malicious program that attacks this can completely control your device and may cause your property damage and legal liability.</string>
<string name="selinux_permissive"><![CDATA[<b>WARNING:</b> SELinux is not enforcing! the malicious program that attacks this can completely control your device and may cause your property damage and legal liability.]]></string>
<string name="selinux_permissive_summary">SELinux is not enforcing!</string>
<string name="partial_activated">Partially activated</string>
<string name="selinux_policy_not_loaded_summary">SEPolicy is not loaded properly</string>
<string name="selinux_policy_not_loaded">&lt;b&gt;WARNING:&lt;\/b&gt; SEPolicy is not loaded properly, modules that hook System Framework will not work.</string>
<string name="selinux_policy_not_loaded"><![CDATA[<b>WARNING:</b> SEPolicy is not loaded properly, modules that hook System Framework will not work.<br>Please report this to <a href="https://github.com/topjohnwu/Magisk/issues"><b>Magisk</b></a> developer.]]></string>
<string name="info_api_version">API version</string>
<string name="info_framework_version">Framework version</string>
<string name="info_manager_version">Manager version</string>