I'd previously written:
> One problem at present even for testing purposes is sorting where to
> provide mount options within /etc/init.d/udev.  I've defined
> UDEV_MOUNTOPTS within the file (this should be in /etc/default/udev) and
> modified the tmpfs mount line to read:
> 
>     mount -n -o size=$tmpfs_size,mode=0755 -o $UDEV_MOUNTOPTS \
>       -t tmpfs tmpfs $udev_root
> 
> I'll report w/ any issues. 

Well, the first problem is that as modified this doesn't accomplish the
desired effect (mounting w/ nosuid/noexec set).  I can run a:

    mount -o remount,nosuid,noexed /dev

... after the fact, which appears to work fine, but the options in the
init script itself aren't being applied.  I haven't investigated
further.


Cheers.

-- 
Karsten M. Self <[EMAIL PROTECTED]>
SFI / Cadence Design Systems 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to