gVisor bot
d4652bd6df
Use syscall() for fchmod() calls
...
Avoids Bionic when running on Android.
See https://android-review.googlesource.com/c/platform/bionic/+/127908
PiperOrigin-RevId: 448378850
2022-05-12 17:48:38 -07:00
Ayush Ranjan
37ce125750
Remove VFS1 special handling in tests.
...
Also clean up usage of GVISOR_VFS environment variable.
Updates #1624
PiperOrigin-RevId: 429100450
2022-02-16 11:41:51 -08:00
Fabricio Voznika
e1149179f3
Remove side effect from test cases
...
Restore capabilities for tests that need to change them.
PiperOrigin-RevId: 371007047
2021-04-28 16:22:24 -07:00
Adin Scannell
e83cc06f1b
Remove _NoRandomSave tests.
...
We do not currently run random save tests.
PiperOrigin-RevId: 368309921
2021-04-13 15:42:41 -07:00
gVisor bot
d8c330254a
Add O_PATH support in vfs2
...
PiperOrigin-RevId: 354367665
2021-01-28 12:24:37 -08:00
Adin Scannell
c0f89eba6e
Import and structure cleanup.
...
PiperOrigin-RevId: 281795269
2019-11-21 11:41:30 -08:00
Nicolas Lacasse
cf51e77d6d
Fix suggestions from clang.
...
PiperOrigin-RevId: 255679603
2019-06-28 15:32:29 -07:00
Michael Pratt
4d52a55201
Change copyright notice to "The gVisor Authors"
...
Based on the guidelines at
https://opensource.google.com/docs/releasing/authors/ .
1. $ rg -l "Google LLC" | xargs sed -i 's/Google LLC.*/The gVisor Authors./'
2. Manual fixup of "Google Inc" references.
3. Add AUTHORS file. Authors may request to be added to this file.
4. Point netstack AUTHORS to gVisor AUTHORS. Drop CONTRIBUTORS.
Fixes #209
PiperOrigin-RevId: 245823212
Change-Id: I64530b24ad021a7d683137459cafc510f5ee1de9
2019-04-29 14:26:23 -07:00
Nicolas Lacasse
f4ce43e1f4
Allow and document bug ids in gVisor codebase.
...
PiperOrigin-RevId: 245818639
Change-Id: I03703ef0fb9b6675955637b9fe2776204c545789
2019-04-29 14:04:14 -07:00
Jamie Liu
57c202ead2
Refactor out NewEventFD to a test utility.
...
PiperOrigin-RevId: 231404512
Change-Id: I31efcc23a0c4a48ef6fbba3ca07415d79290f55c
2019-01-29 08:01:48 -08:00
Brian Geffon
d3bc79bc84
Open source system call tests.
...
PiperOrigin-RevId: 224886231
Change-Id: I0fccb4d994601739d8b16b1d4e6b31f40297fb22
2018-12-10 14:42:34 -08:00