Fixes BUG 11305, for details see: https://bugzilla.ipfire.org/show_bug.cgi?id=11305
Best, Matthias
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org --- lfs/stage2 | 1 + 1 file changed, 1 insertion(+)
diff --git a/lfs/stage2 b/lfs/stage2 index 2d2a6459d..1256fd365 100644 --- a/lfs/stage2 +++ b/lfs/stage2 @@ -127,6 +127,7 @@ endif -mkdir -pv /var/log/{counter,calamaris} chown nobody.nobody /var/log/calamaris touch /var/log/{btmp,lastlog,wtmp} + chmod -v 600 /var/log/btmp chgrp -v utmp /var/log/lastlog chmod -v 664 /var/log/lastlog