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

sys_setfsuid and sys_setfsgid not implemented #1233

Open
shrik3 opened this issue May 13, 2024 · 1 comment
Open

sys_setfsuid and sys_setfsgid not implemented #1233

shrik3 opened this issue May 13, 2024 · 1 comment
Assignees
Labels
todo planned

Comments

@shrik3
Copy link
Collaborator

shrik3 commented May 13, 2024

The newest ubuntu container images fail to launch because of this.

   setfsuid - set user identity used for filesystem checks
[INFO] [1/45400e0000|0] (1/1)------get call id sys_setfsuid arg0:0
[ERROR] [1/45400e0000|0] NotImplementSyscall syscall SyscallArguments { arg0: 0, arg1: 2ab1d6ac68dd, arg2: 0, arg3: ffffffff, arg4: 73, arg5: 0 }
[Print] [1/45400e0000|0] get panic : Some(Sycall not implement syscall is sys_setfsuid)
[Print] [1/45400e0000|0] panic occurred in file 'src/syscalls/syscalls.rs' at line 119

However this thing seems to be deprecated .. perhaps mark it as ENOSYS and let the userspace deal with it, instead of panicking.

@shrik3 shrik3 changed the title sys_setfsuid is not implemented sys_setfsuid and sys_setfsgid not implemented May 20, 2024
@shrik3
Copy link
Collaborator Author

shrik3 commented May 20, 2024

currently set to SysNoSys.

@shrik3 shrik3 added the todo planned label May 20, 2024
@shrik3 shrik3 assigned shrik3 and QuarkContainer and unassigned shrik3 May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo planned
Projects
None yet
Development

No branches or pull requests

2 participants