Authorize binaries

Prev Next

You can authorize binaries to allow them to execute on a protected system.

Syntax

Description

sadmin auth –a –c <checksumvalue>

Specify the SHA-1 or SHA-256 value of the binary to be authorized.

For example:

sadmin auth –a –c 803291bcc5aa45a0221b4016f62d63a26d3ee4af

sadmin auth –a [–t tagname] –c <checksumvalue>

Include the tag name and the checksum value of the binary to be authorized.

For example:

sadmin auth –a –t Win_up_schedule1 –c 803291bcc5aa45a0221b4016f62d63a26d3ee4af

sadmin auth –a –u –c <checksumvalue>

Authorize a binary and also provide updater permissions. Specify the checksum value of the binary to be authorized and added as an updater.

For example:

sadmin auth –a –u –c 803291bcc5aa45a0221b4016f62d63a26d3ee4af

Note

Use sadmin auth -l to list authorized binaries.