enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

feat(guest): add support for `open` on `/etc/resolv.conf` #118

Closed rvolosatovs closed 2 years ago

rvolosatovs commented 2 years ago

Required for https://github.com/enarx/enarx/pull/1500

rvolosatovs commented 2 years ago

Do we want to check the flags and enforce read-only access?

haraldh commented 2 years ago

Filtering by pathname should happen in the shim not in the host.

rvolosatovs commented 2 years ago

As a precaution I added it in both

npmccallum commented 2 years ago

@rvolosatovs Do tests normally take this long?

haraldh commented 2 years ago

@rvolosatovs Do tests normally take this long?

I rekicked them... github had hickups lately.

npmccallum commented 2 years ago

@rvolosatovs @haraldh

test integration_tests::syscall::sendto has been running for over 60 seconds
test integration_tests::syscall::sync_read_close has been running for over 60 seconds
haraldh commented 2 years ago

@rvolosatovs @haraldh

test integration_tests::syscall::sendto has been running for over 60 seconds
test integration_tests::syscall::sync_read_close has been running for over 60 seconds

must be the github docker context... worksforme locally...