HashSet class remove policy

Removes the specified value from the array associated with the resource.

Type: rule policy.

Syntax

remove {sid: Handle, entry: Entry}

In this case:

Returned value

KSS_GRANT if the value was removed or if the array does not contain this value.

KSS_DENY in the following cases:

Example

...

/* For a Server entity query via the security interface, the value 5 is removed from the array associated with the entity */

security src=Server, method=Remove {

S.remove {sid: src_sid, entry: 5}

}

Page top