summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-12-31 06:14:59 +0000
committerrwatson <rwatson@FreeBSD.org>2002-12-31 06:14:59 +0000
commitaec72081535f37c2daff5ddd1f64da44e7f16d25 (patch)
tree8dd43efffd0c447ab4fc797d1202d7dcfbeb79ac /etc/MAKEDEV
parent68495449e4f395710ea1ad506ac7732ee2922adc (diff)
downloadFreeBSD-src-aec72081535f37c2daff5ddd1f64da44e7f16d25.zip
FreeBSD-src-aec72081535f37c2daff5ddd1f64da44e7f16d25.tar.gz
Set the mode on the raidctl device to 0600.
Reviewed by: scottl
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index cdd23dc..889ab08 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.
OpenPOWER on IntegriCloud