diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-12-31 06:14:59 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-12-31 06:14:59 +0000 |
commit | aec72081535f37c2daff5ddd1f64da44e7f16d25 (patch) | |
tree | 8dd43efffd0c447ab4fc797d1202d7dcfbeb79ac /etc/MAKEDEV | |
parent | 68495449e4f395710ea1ad506ac7732ee2922adc (diff) | |
download | FreeBSD-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/MAKEDEV | 2 |
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. |