diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2004-12-25 20:05:44 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2004-12-25 20:05:44 +0000 |
commit | c8e7a3565c5329f265a7acea93110fb924e63203 (patch) | |
tree | 9101a1fa20c9671c1d84e34ea1b1ee3fb3976746 /usr.sbin | |
parent | f7a0e912eef2bd2b34338b78a92c9b3888836327 (diff) |
More secure example
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hotplugd/hotplugd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
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 <grange@openbsd.org> .\" @@ -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 |