We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05c380 commit 704d594Copy full SHA for 704d594
src/interceptors/android/adb-commands.ts
@@ -337,6 +337,8 @@ export async function injectSystemCertificate(
337
# Update the perms & selinux context labels, so everything is as readable as before
338
chown root:root /system/etc/security/cacerts/*
339
chmod 644 /system/etc/security/cacerts/*
340
+
341
+ chcon u:object_r:system_file:s0 /system/etc/security/cacerts/
342
chcon u:object_r:system_file:s0 /system/etc/security/cacerts/*
343
344
echo 'System cacerts setup completed'
0 commit comments