diff options
author | Dave Hansen <[email protected]> | 2021-06-21 12:05:56 -0700 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2021-06-23 18:38:04 -0600 |
commit | 4896df9d53ae5521f3ce83751e828ad70bc65c80 (patch) | |
tree | ae453984f418dad7434d901a776790b9e96334ea /scripts/gdb/linux/timerlist.py | |
parent | 07b60713b57a8f952d029a2b6849d003d9c16108 (diff) |
selftests/sgx: remove checks for file execute permissions
The SGX selftests can fail for a bunch of non-obvious reasons
like 'noexec' permissions on /dev (which is the default *EVERYWHERE*
it seems).
A new test mistakenly also looked for +x permission on the
/dev/sgx_enclave. File execute permissions really only apply to
the ability of execve() to work on a file, *NOT* on the ability
for an application to map the file with PROT_EXEC. SGX needs to
mmap(PROT_EXEC), but doesn't need to execve() the device file.
Remove the check.
Fixes: 4284f7acb78b ("selftests/sgx: Improve error detection and messages")
Reported-by: Tim Gardner <[email protected]>
Cc: Jarkko Sakkinen <[email protected]>
Cc: Reinette Chatre <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Tested-by: Reinette Chatre <[email protected]>
Signed-off-by: Dave Hansen <[email protected]>
Reviewed-by: Jarkko Sakkinen <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions