MCPcopy Create free account
hub / github.com/apache/cloudberry / sepgsql_is_enabled

Function sepgsql_is_enabled

contrib/sepgsql/selinux.c:615–619  ·  view source on GitHub ↗

* sepgsql_is_enabled */

Source from the content-addressed store, hash-verified

613 * sepgsql_is_enabled
614 */
615bool
616sepgsql_is_enabled(void)
617{
618 return (sepgsql_mode != SEPGSQL_MODE_DISABLED ? true : false);
619}
620
621/*
622 * sepgsql_get_mode

Callers 4

sepgsql_getconFunction · 0.85
sepgsql_mcstrans_inFunction · 0.85
sepgsql_mcstrans_outFunction · 0.85
sepgsql_restoreconFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected