🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    lse.sh
    skipped 739 lines
    740 740   "Does the /etc/passwd have hashes?" \
    741 741   'grep -v "^[^:]*:[x]" /etc/passwd'
    742 742   
     743 + #check if /etc/group has group password hashes (old system)
     744 + lse_test "sys022" "0" \
     745 + "Does the /etc/group have hashes?" \
     746 + 'grep -v "^[^:]*:[x]" /etc/group'
     747 + 
    743 748   #check if we can read any shadow file
    744  - for s in 'shadow' 'shadow-' 'shadow~' 'master.passwd'; do
     749 + for s in 'shadow' 'shadow-' 'shadow~' 'gshadow' 'gshadow-' 'master.passwd'; do
    745 750   lse_test "sys030" "0" \
    746 751   "Can we read /etc/$s file?" \
    747 752   'cat /etc/$s'
    skipped 446 lines
Please wait...
Page is in error, reload to recover