File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ LOG: SELinux: allowed { create } scontext=unconfined_u:unconfined_r:sepgsql_reg
2424CREATE USER regress_sepgsql_test_user;
2525CREATE SCHEMA regtest_schema;
2626LOG: 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
2827GRANT ALL ON SCHEMA regtest_schema TO regress_sepgsql_test_user;
2928SET search_path = regtest_schema, public;
3029CREATE TABLE regtest_table (x serial primary key, y text);
You can’t perform that action at this time.
0 commit comments