HomeSort by: relevance | last modified time | path
    Searched refs:rhosts (Results 1 - 2 of 2) sorted by relevancy

  /src/share/man/man5/
Makefile 24 MLINKS+=hosts.equiv.5 rhosts.5
  /src/etc/
security 506 # Check for special users with .rhosts files. Only root and toor should
507 # have .rhosts files. Also, .rhosts files should not have plus signs.
513 if [ -f ${homedir}/.rhosts ] ; then
514 rhost=$(ls -ldgT ${homedir}/.rhosts)
519 printf "\nChecking for special users with .rhosts files.\n"
524 if [ -f ${homedir}/.rhosts ] &&
525 [ -r ${homedir}/.rhosts ] &&
526 cat -f ${homedir}/.rhosts | egrep '\+' > /dev/null
528 printf -- "$uid: + in .rhosts file.\n
    [all...]

Completed in 12 milliseconds