mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix inconsistencies and typos in the tree, take 10
This addresses some issues with unnecessary code comments, fixes various typos in docs and comments, and removes some orphaned structures and definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/9aabc775-5494-b372-8bcb-4dfc0bd37c68@gmail.com
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user