Commit Graph

1 Commits

Author SHA1 Message Date
LoGin cb2487a7f3
feat: implement sys_capget and sys_capset system calls (#1293)
- Add capability management system calls to DragonOS kernel
- Implement capget/capset with version negotiation and capability rules
- Add documentation for sys_capget/sys_capset design and implementation
- Add test cases for both system calls
- Update documentation structure to include new capability syscall documentation

---------

Signed-off-by: longjin <longjin@DragonOS.org>
2025-09-25 17:17:26 +08:00