mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
sepgsql: Enforce db_schema:search permission.
KaiGai Kohei, with comment and doc wordsmithing by me
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
policy_module(sepgsql-regtest, 1.05)
|
||||
policy_module(sepgsql-regtest, 1.06)
|
||||
|
||||
gen_require(`
|
||||
all_userspace_class_perms
|
||||
@ -20,6 +20,9 @@ postgresql_procedure_object(sepgsql_regtest_trusted_proc_exec_t)
|
||||
type sepgsql_nosuch_trusted_proc_exec_t;
|
||||
postgresql_procedure_object(sepgsql_nosuch_trusted_proc_exec_t)
|
||||
|
||||
type sepgsql_regtest_invisible_schema_t;
|
||||
postgresql_schema_object(sepgsql_regtest_invisible_schema_t);
|
||||
|
||||
#
|
||||
# Test domains for database administrators
|
||||
#
|
||||
|
Reference in New Issue
Block a user