remove acd (non existant), add ld (for hw raid logical drives)
This commit is contained in:
parent
3628675acf
commit
5a212acf6e
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: security,v 1.60 2001/09/23 19:51:20 perry Exp $
|
||||
# $NetBSD: security,v 1.61 2001/09/24 03:19:43 lukem Exp $
|
||||
# from: @(#)security 8.1 (Berkeley) 6/9/93
|
||||
#
|
||||
|
||||
@ -536,7 +536,7 @@ if checkyesno check_devices; then
|
||||
# Check for block and character disk devices that are readable or
|
||||
# writeable or not owned by root.operator.
|
||||
>$TMP1
|
||||
DISKLIST="acd ccd ch hk hp md ra raid rb rd rl rx \
|
||||
DISKLIST="ccd ch hk hp ld md ra raid rb rd rl rx \
|
||||
sd se ss uk up vnd wd xd xy"
|
||||
# DISKLIST="$DISKLIST ct mt st wt"
|
||||
for i in $DISKLIST; do
|
||||
|
Loading…
Reference in New Issue
Block a user