summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-02-03 00:32:17 +0000
committerbrian <brian@FreeBSD.org>2001-02-03 00:32:17 +0000
commit6ea1307c0576633b6a45fdbf75f50e5db095f477 (patch)
tree22a17e024b9e54be3053e652e0f704967309ac55 /etc/MAKEDEV
parentf165bef79cb06d5f16e2696260d801e6b4186754 (diff)
downloadFreeBSD-src-6ea1307c0576633b6a45fdbf75f50e5db095f477.zip
FreeBSD-src-6ea1307c0576633b6a45fdbf75f50e5db095f477.tar.gz
Change the permissions on /dev/tun* to 0600 root:wheel
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 0175712..81a80c0 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -1532,7 +1532,7 @@ tun*)
ntun=`expr $i : 'tun\(.*\)$'`
unit=0
while [ $unit -le $ntun ]; do
- mknod tun$unit c 52 `unit2minor $unit` uucp:dialer
+ mknod tun$unit c 52 `unit2minor $unit` root:wheel
unit=$(($unit + 1))
done
;;
OpenPOWER on IntegriCloud