Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give wwan microservice access to the config partition
mmagent from the wwan microservice uses GetCipherCredentials to decrypt username/password for a cellular network. Internally, this depends on IsTpmEnabled() function, which determines the status of TPM by checking for the presence/absence of /config/device.cert.pem and /config/device.key.pem. This means that wwan container should have the config partition mounted as well, otherwise IsTpmEnabled() may return incorrect value and cause the decryption to fail. Signed-off-by: Milan Lenco <milan@zededa.com>
- Loading branch information