Adjust sepgsql expected output for 681d9e462 et al.
Security: CVE-2023-2454
This commit is contained in:
parent
b8e28f04f7
commit
feb9e7fbbc
@ -24,7 +24,6 @@ LOG: SELinux: allowed { create } scontext=unconfined_u:unconfined_r:sepgsql_reg
|
|||||||
CREATE USER regress_sepgsql_test_user;
|
CREATE USER regress_sepgsql_test_user;
|
||||||
CREATE SCHEMA regtest_schema;
|
CREATE SCHEMA regtest_schema;
|
||||||
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"
|
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"
|
||||||
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"
|
|
||||||
GRANT ALL ON SCHEMA regtest_schema TO regress_sepgsql_test_user;
|
GRANT ALL ON SCHEMA regtest_schema TO regress_sepgsql_test_user;
|
||||||
SET search_path = regtest_schema, public;
|
SET search_path = regtest_schema, public;
|
||||||
CREATE TABLE regtest_table (x serial primary key, y text);
|
CREATE TABLE regtest_table (x serial primary key, y text);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user