Skip to content

Commit

Permalink
Specify usage for allowedcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Jun 11, 2024
1 parent dadbe7f commit 58f8bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/allowedcmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package allowedcmd
// We mostly use hardcoded (known, safe) paths to executables, but make an exception
// to allow for looking up executable locations when it's not possible to know these
// locations in advance -- e.g. on NixOS, we cannot know the specific store path ahead
// of time.
// of time. All usage of exec.Cmd in launcher should use this package.

import (
"context"
Expand Down

0 comments on commit 58f8bb6

Please sign in to comment.