In the dictionary associated with the specified resource, all keys of the working copy are assigned the corresponding values of the current copy's keys.
This policy essentially serves as a rollback of the current transaction.
Type: rule policy.
Syntax
rollback {sid: Handle}
In this case:
Handle
refers to the handle of the resource associated with the dictionary.
Returned value
KSS_GRANT
if the values of keys were successfully assigned.
KSS_DENY
in the following cases:
StaticMap
class object.Example
...
/* For a Server entity query via the security interface, in its associated dictionary,
all keys of the current copy are assigned the values of the corresponding keys of the working copy */
security src=Server, method=Set {
M.rollback {sid: src_sid}
}
Page top