Skip to content

Commit

Permalink
Make agent path name consistent in LinuxSetPermissionsOptions
Browse files Browse the repository at this point in the history
The name of this member is changed to be consistent with the other
`Options` models.
  • Loading branch information
mssalvatore committed Jun 11, 2024
1 parent 3df2824 commit 2282572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentpluginapi/i_linux_agent_command_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class LinuxDownloadOptions(InfectionMonkeyBaseModel):


class LinuxSetPermissionsOptions(InfectionMonkeyBaseModel):
file_path: PurePosixPath
agent_destination_path: PurePosixPath
permissions: int = Field(ge=0, le=0o777, default=0o700)


Expand Down

0 comments on commit 2282572

Please sign in to comment.