[BUGS] BUG #14586: Permissions of recovery.conf are different in plain andtar-format

Поиск
Список
Период
Сортировка
От markus@braeunig.biz
Тема [BUGS] BUG #14586: Permissions of recovery.conf are different in plain andtar-format
Дата
Msg-id 20170310080045.1429.76929@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [BUGS] BUG #14586: Permissions of recovery.conf are different inplain and tar-format
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14586
Logged by:          Markus Bräunig
Email address:      markus@braeunig.biz
PostgreSQL version: 9.6.2
Operating system:   CentOS Linux release 7.3.1611
Description:

The option "--write-recovery-conf" of pg_basebackup creates a valid
recovery.conf but misses to apply secure file permissions when the default
format (plain) is used.

If you tar the result (-F t), the recovery.conf inside the base.tar has the
permissions 0600. 
In plain format the umask of the actual user is applied and the permissions
are e.g. 0644. 

Because plain passwords are possible in this file, I would suggest to unify
this behavior and change the permissions to 0600 in both cases. 

Regards
Markus


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Kieran McCusker
Дата:
Сообщение: Re: [BUGS] BUG #14583: plpythonu : subprocess not working in function
Следующее
От: milos.urbanek@email.cz
Дата:
Сообщение: [BUGS] BUG #14587: Foreign constraint with newline blows up pg_restorecatalogue