From aec72081535f37c2daff5ddd1f64da44e7f16d25 Mon Sep 17 00:00:00 2001 From: rwatson Date: Tue, 31 Dec 2002 06:14:59 +0000 Subject: [PATCH] Set the mode on the raidctl device to 0600. Reviewed by: scottl --- etc/MAKEDEV | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/MAKEDEV b/etc/MAKEDEV index cdd23dc54d3..889ab089360 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -447,7 +447,7 @@ wt*) ;; raidctl) - mknod raidctl c 201 0 root:operator + mknod raidctl c 201 0 root:operator; chmod 0600 raidctl ;; # Individual slices. -- 2.45.0