Skip to content

Commit

Permalink
add default syscalls needed
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Jan 16, 2025
1 parent 6f7ea5b commit f85b2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func init() {
buildCmd.Flags().StringVarP(&inputDirectory, "directory", "D", "", "Directory containing harpoon's metadata files")
buildCmd.MarkFlagRequired("directory")

buildCmd.Flags().BoolVarP(&dockerSyscalls, "include-docker-syscalls", "d", false, "Include Docker syscalls")
buildCmd.Flags().BoolVarP(&dockerSyscalls, "add-docker-syscalls", "d", false, "Add syscalls for Docker to the profile")
buildCmd.Flags().BoolVarP(&saveProfile, "save", "S", false, "Save profile to a file")
buildCmd.Flags().StringVarP(&profileName, "name", "n", profileName, "Specify a name for the seccomp profile")
}

0 comments on commit f85b2e0

Please sign in to comment.