Provided by: libqb-dev_2.0.6-1_amd64 bug

NAME

       qb_ipcs_connection_auth_set  - Set the permissions on and shared memory files so that both
       processes can read and write to them.

SYNOPSIS

       #include <qb/qbipcs.h>

       void qb_ipcs_connection_auth_set(
           qb_ipcs_connection_t   *conn,   /* connection instance */
           uid_t                   uid,  /* the user id to set. */
           gid_t                   gid,  /* the group id to set. */
           mode_t                  mode   /* the mode to set.*/
       );

PARAMS

       conn connection instance

       uid  the user id to set.

       gid  the group id to set.

       mode the mode to set.

DESCRIPTION

NOTE

       this must be called within the qb_ipcs_connection_accept_fn() callback.

SEE ALSO

       qb_ipcs_response_send(3), qb_ipcs_ref(3), qb_ipcs_unref(3),
       qb_ipcs_service_context_get(3), qb_ipcs_connection_ref(3), qb_ipcs_connection_next_get(3),
       qb_ipcs_stats_get(3), qb_ipcs_connection_unref(3), qb_ipcs_context_set(3),
       qb_ipcs_poll_handlers_set(3), qb_ipcs_request_rate_limit(3), qb_ipcs_disconnect(3),
       qb_ipcs_connection_first_get(3), qb_ipcs_enforce_buffer_size(3), qb_ipcs_destroy(3),
       qb_ipcs_event_send(3), qb_ipcs_connection_stats_get_2(3), qb_ipcs_service_context_set(3),
       qb_ipcs_connection_stats_get(3), qb_ipcs_service_id_get(3), qb_ipcs_context_get(3),
       qb_ipcs_connection_get_buffer_size(3), qb_ipcs_create(3), qb_ipcs_run(3),
       qb_ipcs_event_sendv(3), qb_ipcs_connection_service_context_get(3),
       qb_ipcs_response_sendv(3)

COPYRIGHT

       Copyright (C) 2010-2020 Red Hat, Inc.