FS#4507 - sshd /var/log/btmp wrong permission
Attached to Project:
Arch Linux
Opened by Roberto Braga (Bobonov) - Tuesday, 25 April 2006, 09:57 GMT
Opened by Roberto Braga (Bobonov) - Tuesday, 25 April 2006, 09:57 GMT
|
Details
The /var/log/btmp is created with wrong permission causing
an error (in the auth.log file) by sshd on wrong
authentication.
This file should be created as 0600 access. |
This task depends upon
[ -f var/log/btmp ] || (: >var/log/btmp && bin/chmod 600 var/log/btmp)
Looks like it is created as 0600 on post_install when it doesn't exist yet.