I'm fiddling around with intel sgx on linux and am wondering how signals are being handled when the process is inside the enclave. Are they simply ignored? (the only reference I found so far is this one, which simply writes Signals are not supported inside an enclave
).
If not, any idea how they are being handled? (afaik signals are OS stuff and this isn't normally dealt with in the enclave)