Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-21 | Skip socket tests only if running on vfs1. | Dean Deng | |
PiperOrigin-RevId: 312763249 | |||
2020-05-13 | Resolve remaining TODOs for tmpfs. | Nicolas Lacasse | |
Closes #1197 PiperOrigin-RevId: 311438223 | |||
2020-04-28 | Fix Unix socket permissions. | Dean Deng | |
Enforce write permission checks in BoundEndpointAt, which corresponds to the permission checks in Linux (net/unix/af_unix.c:unix_find_other). Also, create bound socket files with the correct permissions in VFS2. Fixes #2324. PiperOrigin-RevId: 308949084 | |||
2019-10-02 | Sanity test that open(2) on a UDS fails | Michael Pratt | |
Spoiler alert: it doesn't. PiperOrigin-RevId: 272513529 | |||
2019-08-26 | Internal change. | gVisor bot | |
PiperOrigin-RevId: 265535438 | |||
2019-05-30 | gvisor: socket() returns EPROTONOSUPPORT if protocol is not supported | Andrei Vagin | |
PiperOrigin-RevId: 250426407 |