Skip to main content

runtime_privileges

Function runtime_privileges 

Source
pub async fn runtime_privileges<'e>(
    executor: impl PgExecutor<'e>,
) -> Result<RuntimePrivileges>
Expand description

Read what the CURRENT connection is allowed to do. The daemon calls this at startup and refuses to serve while RuntimePrivileges::violations is non-empty.