intel / intel/confidential-computing.sgx.sdk
SealedData example missing Platform Service capability
- Dominant language
- C++
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
n SGX SDK 2.7, I am able to run SampleEnaclave, Local, and Remote attestation example. However, SealedData example is throwing following error
```
Replay Protected DRM operation:
cannot get platform service capability, error code = 0x4001
Initialization the DRM failed.
Replay Protected DRM update limitation:
cannot get platform service capability, error code = 0x4001
Initialization the DRM failed.
Replay Protected DRM replay attack protection:
cannot get platform service capability, error code = 0x4001
Initialization the DRM failed.
Time based policy operation:
cannot get platform service capability, error code = 0x4001
Initialization the time based policy failed.
Time based policy expiration:
cannot get platform service capability, error code = 0x4001
Initialization the time based policy failed.
```
My system config is: 8th Gen Intel® Core™ i7, Ubuntu 18.04, kernel 5.3.0-7648-generic. It seems that I have MEI driver installed with kernel. **lsmod | grep mei** output is
```
mei_hdcp 24576 0
mei_me 40960 1
mei 102400 3 mei_hdcp,mei_me
```
What am I missing for platform service capability?
Contributor guide
Assessment
This issue has not been assessed yet.