We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca73753 commit 8d525d7Copy full SHA for 8d525d7
contrib/sepgsql/expected/ddl.out
@@ -24,7 +24,6 @@ LOG: SELinux: allowed { create } scontext=unconfined_u:unconfined_r:sepgsql_reg
24
CREATE USER regress_sepgsql_test_user;
25
CREATE SCHEMA regtest_schema;
26
LOG: SELinux: allowed { create } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=unconfined_u:object_r:sepgsql_schema_t:s0 tclass=db_schema name="regtest_schema" permissive=0
27
-LOG: SELinux: allowed { search } scontext=unconfined_u:unconfined_r:sepgsql_regtest_superuser_t:s0 tcontext=system_u:object_r:sepgsql_schema_t:s0 tclass=db_schema name="public" permissive=0
28
GRANT ALL ON SCHEMA regtest_schema TO regress_sepgsql_test_user;
29
SET search_path = regtest_schema, public;
30
CREATE TABLE regtest_table (x serial primary key, y text);
0 commit comments