Bug 20834 - Enhancing container isolation capabilities by introducing the vkernel framework.
Summary: Enhancing container isolation capabilities by introducing the vkernel framework.
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: virt (show other bugs) virt
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: maqiao
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-06 17:45 UTC by huanghang_hust
Modified: 2025-05-06 17:47 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description huanghang_hust 2025-05-06 17:45:17 UTC
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:
Comment 1 小龙 admin 2025-05-06 17:47:47 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5199