manager: Continue to improve module signatures

This commit is contained in:
ShirkNeko
2025-08-03 05:39:35 +08:00
parent 48d7a13028
commit d225f0bae9
5 changed files with 195 additions and 9 deletions

View File

@@ -609,4 +609,9 @@
<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="module_signature_verification">Module signature verification</string>
<string name="module_signature_verification_summary">Force signature verification for module installation</string>
<string name="module_signature_invalid">Module signature verification failed</string>
<string name="module_signature_invalid_message">Installation will be blocked due to security settings</string>
<string name="module_signature_verification_failed">Installation will continue, please note the presence of unknown encryption scripts in the module</string>
</resources>