]> Git Repo - buildroot-mgba.git/commit
system/permissions: make /root group+others non-writable
authorYann E. MORIN <[email protected]>
Sat, 22 Jun 2013 22:22:32 +0000 (00:22 +0200)
committerPeter Korsgaard <[email protected]>
Sun, 23 Jun 2013 19:51:57 +0000 (21:51 +0200)
commit2f2bf6a800d585ea381e09eec148844a7135ac53
tree4c81d59adc618b0e0ef124d1f315c185e6a3c642
parentc3cf32ebf55c203ec4d3fcd566ca64bf173b9079
system/permissions: make /root group+others non-writable

Upon logging, dropbear whines if /root is group- or others-writable, and
key-based authentication is attempted, reverting to password-based
authentication:
    dropbear[149]: /root must be owned by user or root, and not writable by others
    dropbear[149]: Password auth succeeded for 'root' from 192.168.127.35:41566

On my system, /root was 770. Changing to 700 fixed the issue.

Having /root 700 is a good idea, anyway.

Signed-off-by: "Yann E. MORIN" <[email protected]>
Acked-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
system/device_table.txt
This page took 0.030066 seconds and 4 git commands to generate.