All features listed on this page are currently Windows only.
security.json is an optional file included in the root of the action that defines restrictions that the BrazenAgent service places on the Action while it executes.
You can use the Table of Contents on the right to navigate to a specific setting.
RestrictedToken
Type: bool
Example:
Modifies the access token of the process to disable most of its privileges. Be aware that the action will be severely restricted in what it can do. For more information, refer to Microsoft's documentation on Restricted Tokens
On a windows system, the SeChangeNotify privilege will remain functional. This allows the process to be notified of changes to files or directories.
MaxCPU
Type: Integer
Example:
Sets the maximum CPU Percentage that the Action is allowed to use.
MaxBandwidth
Type: Integer
Example:
Sets the maximum bandwidth for outgoing network traffic in bytes/second.
MaxMemory
Future Feature
MaxProcessCount
Future Feature
IOPriority
Type: String
Example:
Sets the priority of the process. Valid values are:
VeryLowIoPriority
LowIoPriority
DefaultIoPriority
HighIoPriority
CriticalIoPriority
UILimitDesktop
Type: bool
Example:
Prevents the Action from creating or switching Desktops.
UILimitDisplaySettings
Type: bool
Example:
Prevents the action from changing the display settings.
UILimitExitWindows
Type: bool
Example:
Prevents the Action from shutting down Windows.
UILimitGlobalAtoms
Type: bool
Example:
Prevents the action from accessing global atoms. When this is used, the action has its own atom table.