Created
February 22, 2024 07:49
-
-
Save iamludal/385fe1efa45792fb71cceda1aa528018 to your computer and use it in GitHub Desktop.
Set Android permissions for system cacerts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Update the perms & selinux context labels, so everything is as readable as before | |
chown root:root /system/etc/security/cacerts/* | |
chmod 644 /system/etc/security/cacerts/* | |
chcon u:object_r:system_file:s0 /system/etc/security/cacerts/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment