View | Details | Raw Unified | Return to bug 25845
Collapse All | Expand All

(-)security (-1 / +1 lines)
Lines 117-123 Link Here
117
117
118
separator
118
separator
119
echo 'Checking for uids of 0:'
119
echo 'Checking for uids of 0:'
120
n=$(awk -F: '$3==0 {print $1,$3}' /etc/master.passwd |
120
n=$(awk -F: '/^#/ {next} $3==0 {print $1,$3}' /etc/master.passwd |
121
    tee /dev/stderr |
121
    tee /dev/stderr |
122
    sed -e '/^root 0$/d' -e '/^toor 0$/d' |
122
    sed -e '/^root 0$/d' -e '/^toor 0$/d' |
123
    wc -l)
123
    wc -l)

Return to bug 25845