gvisor/pkg/sentry
Fabricio Voznika f2eba94015 Remove TODO to push down exec permission check
Pushing it down requires all implementation to check for
exec individualy which is not maintanable. Making it part
of GenericCheckPermissions add extra cost to everyone that
calls it. So it's better to keep is in
VirtualFilesystem.OpenAt.

Updates #1193

PiperOrigin-RevId: 302982993
2020-03-25 15:57:37 -07:00
..
arch Merge pull request #2061 from lubinszARM:pr_restart_syscall 2020-03-18 17:11:43 -07:00
contexttest Update package locations. 2020-01-27 15:31:32 -08:00
control Update comments and debug level for profiling options. 2020-03-06 15:23:46 -08:00
device Standardize on tools directory. 2020-01-27 12:21:00 -08:00
devices/memdev Add //pkg/sentry/devices/memdev. 2020-01-29 10:09:31 -08:00
fs Remove the "frozen" bit from dirents. 2020-03-19 15:30:13 -07:00
fsbridge Add support for mount flags 2020-03-13 08:58:04 -07:00
fsimpl Misc fixes to make stat_test pass (almost) 2020-03-25 14:59:15 -07:00
hostcpu Standardize on tools directory. 2020-01-27 12:21:00 -08:00
hostmm Update package locations. 2020-01-27 15:31:32 -08:00
inet Fix S/R on inet.Namespace. 2020-03-05 17:40:18 -08:00
kernel Remove workMu from tcpip.Endpoint. 2020-03-19 07:19:58 -07:00
limits Update package locations. 2020-01-27 15:31:32 -08:00
loader Plumb VFS2 inside the Sentry 2020-02-14 11:12:47 -08:00
memmap Update package locations. 2020-01-27 15:31:32 -08:00
mm Add option to skip stuck tasks waiting for address space 2020-02-25 13:44:18 -08:00
pgalloc Update package locations. 2020-01-27 15:31:32 -08:00
platform Import "unsafe" in bluepill_arm64_unsafe.go 2020-03-11 12:01:46 -07:00
sighandling Fix "application exiting with {Code:0 Signo:27}" during boot. 2020-03-13 11:26:45 -07:00
socket Automated rollback of changelist 301837227 2020-03-25 08:11:21 -07:00
state Standardize on tools directory. 2020-01-27 12:21:00 -08:00
strace Add netlink sockopt logging to strace. 2020-02-25 15:35:24 -08:00
syscalls Misc fixes to make stat_test pass (almost) 2020-03-25 14:59:15 -07:00
time Standardize on tools directory. 2020-01-27 12:21:00 -08:00
unimpl Update package locations. 2020-01-27 15:31:32 -08:00
uniqueid Update package locations. 2020-01-27 15:31:32 -08:00
usage Document MinimumTotalMemoryBytes. 2020-02-10 12:08:32 -08:00
vfs Remove TODO to push down exec permission check 2020-03-25 15:57:37 -07:00
watchdog watchdog: print panic error message before other messages 2020-02-28 17:54:36 -08:00
BUILD Cleanup internal package group. 2020-02-10 17:12:59 -08:00