Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 298c7857 authored by Kousik Kumar's avatar Kousik Kumar
Browse files

Allowlist gcertstatus command to be run

With https://team-review.git.corp.google.com/c/foundry-x/re-client/+/2045536, reclient is starting to use gcertstatus instead of prodcertstatus to check for validity of google prod creds.

I'll remove the allowlist for prodcertstatus in a subsequent CL after new reclient is released.

Bug: b/169675226
Change-Id: I0e760c863d534b7a5744daf5f89f530be3d296ff
parent 59aa97a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ var Configuration = map[string]PathConfig{
	"expr":           Allowed,
	"fuser":          Allowed,
	"gcert":          Allowed,
	"gcertstatus":    Allowed,
	"getopt":         Allowed,
	"git":            Allowed,
	"hexdump":        Allowed,