Skip to content
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

[Fix Pattern] Use root user permission since nobody user fails #26

Open
hukoyu opened this issue Jul 31, 2020 · 0 comments
Open

[Fix Pattern] Use root user permission since nobody user fails #26

hukoyu opened this issue Jul 31, 2020 · 0 comments

Comments

@hukoyu
Copy link
Collaborator

hukoyu commented Jul 31, 2020

In some LTP tests nobody user is used instead of root user. sgx-lkl is a single user solution. For these syscall tests actually it doesn't matter who does the action. To enable these tests we used root user for taking the actions (and opened bugs in lsds/sgx for nobody user errors).

LTP tests fixed with this pattern: (Count: 14)

setregid02
setgid02
setfsgid03
setfsuid03
open08
chmod03
fchmod03, fchmod04
fchown03
utime02, utime05
truncate03
symlink03
chroot02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant