Add syscall capget/capset

This commit is contained in:
StanPlatinum
2024-05-06 13:35:13 +08:00
committed by Tate, Hongliang Tian
parent 8e1aeaf578
commit 6e612fc730
15 changed files with 413 additions and 20 deletions

View File

@ -14,6 +14,8 @@ mod arch;
mod arch_prctl;
mod bind;
mod brk;
mod capget;
mod capset;
mod chdir;
mod chmod;
mod chown;