From b3745705626b3a86bd9d530b6986043da0493837 Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 25 Dec 2004 20:05:43 +0000 Subject: More secure example --- usr.sbin/hotplugd/hotplugd.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/hotplugd') diff --git a/usr.sbin/hotplugd/hotplugd.8 b/usr.sbin/hotplugd/hotplugd.8 index fd400566bdc..d94a0f523bc 100644 --- a/usr.sbin/hotplugd/hotplugd.8 +++ b/usr.sbin/hotplugd/hotplugd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hotplugd.8,v 1.1 2004/05/30 08:28:28 grange Exp $ +.\" $OpenBSD: hotplugd.8,v 1.2 2004/12/25 20:05:43 ian Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko .\" @@ -99,7 +99,7 @@ case $DEVCLASS in case $disklabel in Sony*DSC*) # Sony DSC camera - mount /dev/"$DEVNAME"i /mnt/camera + mount -o nodev,nosuid /dev/"$DEVNAME"i /mnt/camera ;; esac -- cgit v1.2.3-59-g8ed1b