mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Certificate Authority store updates
- Remove some untrustworthy CAs - Update CA store for all branches to aosp/e302aa968334b3c3fc9cd709a7c7661e0cf534eb Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
41e2669884
commit
cda898f141
138 changed files with 11880 additions and 2 deletions
|
@ -442,6 +442,15 @@ removeBuildFingerprints() {
|
|||
}
|
||||
export -f removeBuildFingerprints;
|
||||
|
||||
removeUntrustedCerts() {
|
||||
cd "$DOS_BUILD_BASE/system/ca-certificates/files";
|
||||
rm -fv 7c302982.0 c2c1704e.0 d0cddf45.0; #TrustCor
|
||||
rm -fv cb156124.0; #E-Turga
|
||||
cd "$DOS_BUILD_BASE";
|
||||
echo "Removed untrusted certificate authorities";
|
||||
}
|
||||
export -f removeUntrustedCerts;
|
||||
|
||||
compressRamdisks() {
|
||||
if [ -f BoardConfig.mk ]; then
|
||||
echo "LZMA_RAMDISK_TARGETS := boot,recovery" >> BoardConfig.mk;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue