google/gvisor

Implement /dev/kmsg inside gVisor

Open

#2290 aperta il 31 mar 2020

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Go (1061 fork)batch import
area: compatibilityarea: filesystemgood first issuestatus: help wantedtype: enhancement

Metriche repository

Star
 (12.713 star)
Metriche merge PR
 (Merge medio 6g 13h) (156 PR mergiate in 30 g)

Descrizione

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

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?

Guida contributor