diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-19 21:38:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-19 21:38:29 +0000 |
commit | a2b4dbd4a74e9bd170922f579fad44cedf7f5e04 (patch) | |
tree | c707de127288d888b5e9f5459de8cd1ee057e0a0 | |
parent | 0e8c26eeca01e2c4393dfa9ae2eda18a90cf744b (diff) | |
download | postgresql-a2b4dbd4a74e9bd170922f579fad44cedf7f5e04.tar.gz postgresql-a2b4dbd4a74e9bd170922f579fad44cedf7f5e04.zip |
Clearify:
> * Make single-user local access permissions the default by limiting
> permissions on the socket file (Peter E)
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Feb 19 16:36:28 EST 2002 +Last updated: Tue Feb 19 16:38:14 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -47,7 +47,8 @@ PERMISSIONS * Add PGPASSWORDFILE environment variable or ~/.pgpass to store user/host/password combinations * Remove PGPASSWORD because is insecure on some OS's -* Make single-user local access permissions the default (Peter E) +* Make single-user local access permissions the default by limiting + permissions on the socket file (Peter E) * Use thread-safe crypt() in libpq, if available |