mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
sepgsql: Enforce db_procedure:{execute} permission.
To do this, we add an additional object access hook type, OAT_FUNCTION_EXECUTE. KaiGai Kohei
This commit is contained in:
@ -328,5 +328,6 @@ extern void sepgsql_proc_post_create(Oid functionId);
|
||||
extern void sepgsql_proc_drop(Oid functionId);
|
||||
extern void sepgsql_proc_relabel(Oid functionId, const char *seclabel);
|
||||
extern void sepgsql_proc_setattr(Oid functionId);
|
||||
extern void sepgsql_proc_execute(Oid functionId);
|
||||
|
||||
#endif /* SEPGSQL_H */
|
||||
|
Reference in New Issue
Block a user