KasperskyOS Community Edition 1.0
StaticMap security model get_uncommited expression
get_uncommited {sid: <Sid>, key: <Key>}
It returns the value of the specified key
from the working instance of the table associated with the resource that has the security ID sid
.
It returns a value of the Value
type.
It runs incorrectly in the following cases:
- The specified
key
is not in the table. - The resource with the security ID
sid
is not associated with a table from the tables pool of the StaticMap security model object being used. - Security ID
sid
is out of the permissible range.
If the expression runs incorrectly, the Kaspersky Security Module returns the "denied" decision.
Page top