area: compatibilityarea: filesystemgood first issuestatus: help wantedtype: enhancement
倉庫指標
- Star
- (12,713 star)
- PR 合併指標
- (平均合併 4天 22小時) (30 天內合併 184 個 PR)
描述
I am trying to run ltp(https://github.com/linux-test-project), while it seems to run fine with runc in the docker privileged mode. I am getting error when I do the same with runsc.

Basically, ltp needs access to /dev/kmsg which I enabled in runc by running it with --privileged flag but the same is not working with runsc-kvm. I know runsc have stricter boundaries when it comes to giving access. I was wondering is there any way I can disable this in the build or by any other way?