Global parameters include the following parameters of a solution security policy:
execute: kl.core.Execute
KasperskyOS currently supports only one execute interface (Execute
) defined in the file named kl/core/Execute.idl
. (This interface consists of one main
method, which has no parameters and does not perform any actions. The main
method is reserved for potential future use.)
audit default = <security audit profile name> <security audit runtime-level>
Example:
audit default = global 0
The default global profile is the empty
security audit profile described in the file named toolchain/include/nk/base.psl
from the KasperskyOS SDK, and the default security audit runtime-level is 0. When the empty
security audit profile is applied, a security audit is not conducted.