sec_acl_get_access-Obtain calling client's permissions to a protected object.
#include <dce/daclif.h>
void sec_acl_get_access(
sec_acl_handle_t prot_obj_handle,
uuid_t *manager_type,
sec_acl_permset_t *access_rights,
error_status_t *status);
Input
- prot_obj_handle
Handle to a protected object.
- manager_type
An ACL manager type UUID of the protected object.
Output
- access_rights
Calling client's access rights to the specified protected object.
- status
Completion status. On successful completion, error_status_ok is returned. Otherwise, an error (!= error_status_ok) is returned.
Thesec_acl_get_access() routine obtains (a local copy of) the complete set of access rights the calling client has to the specified protected object.
Implementations layer this routine over the rdacl RPC interface operationrdacl_get_access() .
error_status_ok.
Functions:sec_acl_bind() ,sec_acl_bind_to_addr() ,sec_acl_get_manager_types() ,sec_acl_get_manager_types_semantics() ,sec_acl_test_access() ,sec_acl_test_access_on_behalf() .Protocols:
rdacl_get_access() .
Contents | Next section | Index |