google / google/gvisor

Implement /dev/kmsg inside gVisor

Open
#2,290 5 comments 0 reactions 1 assignee Claimed by @Aadityasharma1-programmer View on GitHub
area: compatibility area: filesystem good first issue status: help wanted type: enhancement
Dominant language
Go
Stars
19.3k
Forks
2k
Avg merge
3d 5h
Merged PRs (30d)
264

Description

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.

![image](https://user-images.githubusercontent.com/8316863/78041033-dc050980-7335-11ea-89d9-2a770907e097.png)

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.