gvisor/runsc/cmd
Rahat Mahmood 491b106d62 Implement the runsc verity-prepare command.
Implement a new runsc command to set up a sandbox with verityfs and
run the measure tool. This is loosely forked from the do command, and
currently requires the caller to provide the measure tool binary.

PiperOrigin-RevId: 366553769
2021-04-02 19:34:50 -07:00
..
BUILD Implement the runsc verity-prepare command. 2021-04-02 19:34:50 -07:00
boot.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
capability.go Update canonical repository. 2019-06-13 16:50:15 -07:00
capability_test.go Move boot.Config to its own package 2020-08-19 18:37:42 -07:00
checkpoint.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
chroot.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
cmd.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
create.go Let flags be overriden from OCI annotations 2020-09-01 11:12:19 -07:00
debug.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
delete.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
delete_test.go Move boot.Config to its own package 2020-08-19 18:37:42 -07:00
do.go Implement the runsc verity-prepare command. 2021-04-02 19:34:50 -07:00
error.go Update canonical repository. 2019-06-13 16:50:15 -07:00
events.go Stub out basic `runsc events --stat` CPU functionality 2021-02-02 12:47:23 -08:00
exec.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
exec_test.go Prevent CAP_NET_RAW from appearing in exec 2019-10-01 11:49:49 -07:00
gofer.go Fix panic when overriding /dev files with VFS2 2021-03-30 11:36:55 -07:00
gofer_test.go Switch uses of os.Getenv that check for empty string to os.LookupEnv. 2021-01-13 15:15:20 -08:00
help.go Minor formatting updates for gvisor.dev. 2020-05-15 20:05:18 -07:00
install.go Add flag package to limit visibility. 2020-02-10 13:57:01 -08:00
kill.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
list.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
mitigate.go Major refactor of runsc mitigate. 2021-03-11 13:10:08 -08:00
mitigate_test.go Major refactor of runsc mitigate. 2021-03-11 13:10:08 -08:00
path.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
pause.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
ps.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
restore.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
resume.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
run.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00
spec.go Add args and netns flag to runsc spec 2020-07-09 15:26:52 -07:00
start.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
state.go Add sandbox ID to state file name 2020-12-17 10:52:44 -08:00
statefile.go Support for saving pointers to fields in the state package. 2020-06-23 23:34:06 -07:00
symbolize.go Add runsc symbolize command. 2020-12-11 15:43:22 -08:00
syscalls.go Fix simple mistakes identified by goreportcard. 2021-01-12 12:38:22 -08:00
verity_prepare.go Implement the runsc verity-prepare command. 2021-04-02 19:34:50 -07:00
wait.go [op] Replace syscall package usage with golang.org/x/sys/unix in runsc/. 2021-03-06 22:07:07 -08:00