diff options
Diffstat (limited to 'contrib/sepgsql')
-rw-r--r-- | contrib/sepgsql/label.c | 2 | ||||
-rw-r--r-- | contrib/sepgsql/selinux.c | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index 2b6a4150931..63a2dd5cc1b 100644 --- a/contrib/sepgsql/label.c +++ b/contrib/sepgsql/label.c @@ -653,7 +653,7 @@ sepgsql_mcstrans_out(PG_FUNCTION_ARGS) } /* - * quote_object_names + * quote_object_name * * It tries to quote the supplied identifiers */ diff --git a/contrib/sepgsql/selinux.c b/contrib/sepgsql/selinux.c index bc2be8427af..192aabea0b3 100644 --- a/contrib/sepgsql/selinux.c +++ b/contrib/sepgsql/selinux.c @@ -657,10 +657,8 @@ sepgsql_getenforce(void) /* * sepgsql_audit_log * - * It generates a security audit record. In the default, it writes out - * audit records into standard PG's logfile. It also allows to set up - * external audit log receiver, such as auditd in Linux, using the - * sepgsql_audit_hook. + * It generates a security audit record. It writes out audit records + * into standard PG's logfile. * * SELinux can control what should be audited and should not using * "auditdeny" and "auditallow" rules in the security policy. In the |