mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add missing fields to seccheck.ExecveInfo.
PiperOrigin-RevId: 423958103
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user