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
24
24
CREATE USER regress_sepgsql_test_user;
25
25
CREATE SCHEMA regtest_schema;
26
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
27
GRANT ALL ON SCHEMA regtest_schema TO regress_sepgsql_test_user;
29
28
SET search_path = regtest_schema, public;
30
29
CREATE TABLE regtest_table (x serial primary key, y text);
You can’t perform that action at this time.
0 commit comments