Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ading2210
GitHub Repository: ading2210/shimboot
Path: blob/main/bootloader/opt/mount-encrypted
596 views
#!/bin/bash

#this fixes chrome os persistence by adding the "--unsafe" flag to all invocations of mount-encrypted

/tmp/mount-encrypted.real "$@" --unsafe 2>&1 | tee -a /tmp/mount-encrypted.log