Rbac class create_object policy

Creates a new object.

Type: rule policy.

Syntax

create_object: {source: SourceSid, target: TargetSid, container: ContainerType, type: Type}

In this case:

Returned value

KSS_GRANT if the object was created.

KSS_DENY if the object was not created.

Example

execute dst=SimpleServer {

rbac0.create_object

{ source: src_sid

, target: dst_sid

, container: ()

, type: "userland"

}

}

Page top