-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keystone_create_enclave ioctl returns ENOTTY (inappropriate ioctl for device) #29
Comments
ENOTTY seems to be returned by the kernel, not the keystone driver nor the SM.
If it fails, I'll add some debug code to the driver for further inspection |
@benlaurie, if you are still getting the same error, can you try with a fresh repo,
I believe that the problem is somehow caused while moving around the branches. Also could you let me know which OS are you using? |
Probably not reproducible in the latest dev branch. |
Following up the issue keystone-enclave/keystone-demo#2
./test
fails withwhich is caused by keystone_ioctl returning ENOTTY (-25)
The text was updated successfully, but these errors were encountered: