Initializes the finite-state machine for the specified resource.
Only one finite-state machine can be associated with one resource within a class object.
Type: rule policy.
Syntax
init {sid: Handle}
In this case:
Handle
refers to the handle of the resource that will be associated with the finite-state machine.
Returned value
KSS_GRANT
if the finite-state machine has been initialized.
KSS_DENY
in the following cases:
Flow
class object.Example
...
/* When the Server entity is started, the finite-state machine associated with its handle is initialized */
execute dst=Server {
service_flow.init {sid: dst_sid}
}