Description of problem: Version-Release number of selected component (if applicable): How reproducible: vkernel 1.0 provides following features: 1. syscall isolation: hook do_syscall_x64 and do_futex to isolate syscalls. 2. cap enhancement: hook cap_capable to enhance capability protection. 3. file protection: hook generic_permission to customize inode protection. 4. log isolation: distinguish the owner of kernel log to isolate logs 5. param isolation: use independent sysctl params for each instance. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5199