manager: Update susfs binary version

- Add switches and descriptions for new AVC log spoofing in basic settings
This commit is contained in:
ShirkNeko
2025-08-10 17:17:28 +08:00
parent 4d3bae1113
commit 0754fc8920
6 changed files with 146 additions and 3 deletions

View File

@@ -609,6 +609,18 @@
<string name="sus_loop_path_feature_label">SUS Loop Path</string>
<string name="sus_loop_paths_description_title">Loop Path Configuration</string>
<string name="sus_loop_paths_description_text">Loop paths are re-flagged as SUS_PATH on each non-root user app or isolated service startup. This helps address issues where added paths may have their inode status reset or inode re-created in the kernel.</string>
<string name="avc_log_spoofing">AVC Log Spoofing</string>
<string name="avc_log_spoofing_enabled">AVC log spoofing has been enabled</string>
<string name="avc_log_spoofing_disabled">AVC log spoofing has been disabled</string>
<string name="avc_log_spoofing_description">
disabled : Disable spoofing the sus tcontext of \'su\' shown in avc log in kernel.\n
enabled : Enable spoofing the sus tcontext of \'su\' with \'kernel\' shown in avc log in kernel
</string>
<string name="avc_log_spoofing_warning">
Important Note:\n
- It is set to \'0\' by default in kernel\n
- Enabling this will sometimes make developers hard to identify the cause when they are debugging with some permission or SELinux issue, so users are advised to disable this when doing so.
</string>
<!-- 模块签名功能描述 -->
<string name="module_verified">Validated</string>
<string name="module_signature_verified">Module signature verified</string>