Base policy class

The Base class provides basic security policies.

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

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

Base class object

A Base class object is automatically created when connecting the PSL description of the class.

You may need to create additional objects of the Base class to declare audit profiles associated with these objects.

Base class objects do not have configurations.

Base class policies

The Base policy class consists of the following rule policies:

Example

...

use nk.base._

/* foo entity that is allowed to receive

messages but is not allowed to respond to them */

request src=foo { grant () }

response src=foo { deny () }

Page top