Add missing fields to seccheck.ExecveInfo.

PiperOrigin-RevId: 423958103
This commit is contained in:
Jamie Liu
2022-01-24 18:12:29 -08:00
committed by gVisor bot
parent 4cfb21a86a
commit d894748026
+6
View File
@@ -42,6 +42,12 @@ type ExecveInfo struct {
// BinaryMode is the executable binary file's mode.
BinaryMode uint16
// BinaryUID is the executable binary file's owner.
BinaryUID auth.KUID
// BinaryGID is the executable binary file's group.
BinaryGID auth.KGID
// BinarySHA256 is the SHA-256 hash of the executable binary file.
//
// Note that this requires reading the entire file into memory, which is