KasperskyOS Community Edition 1.0
StaticMap security model init rule
StaticMap security model init rule
init {sid : <Sid>}
It associates a free table from the tables pool with the resource that has the security ID sid
. Keys are initialized by the default values.
It returns the "allowed" result if an association was created between the table and the resource.
It returns the "denied" result in the following cases:
- There are no free tables in the pool.
- The resource with the security ID
sid
is already 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.
Example:
/* An entity of the Server class will be allowed to start if
* when initiating the startup, an association is created
* between this entity and the table. Otherwise the startup of
the Server-class entity will be denied. */
execute dst=Server {
M.init {sid : dst_sid}
}
Article ID: ssp_descr_security_models_staticmap_init, Last review: Feb 16, 2022