Flow policy class

The Flow policy class implements the "finite-state machine at the user resource level" security model. It lets you define a set of internal states, assign rules for transitioning between them, and manage the current state for each resource.

A PSL description of the Flow class is provided in the following file:

/opt/KasperskyOS-Community-Edition-<version>/toolchain/include/nk/flow.psl

In this section

Flow class object

Flow class init policy

Flow class fini policy

Flow class query policy

Flow class enter policy

Flow class allow policy

Page top