What new system calls do you want in BSD?

Leslie Mikesell les at chinet.chi.il.us
Tue Feb 13 04:31:22 AEST 1990


In article <19451 at nuchat.UUCP> steve at nuchat.UUCP (Steve Nuchia) writes:
>>If the filesystem is mounted read-only, the atime doesn't get updated, is
>>this a security violation?

>Hmm... maybe we don't need a new sys call, or a new argument/flag for
>old ones, to let backup avoid updating the inode.  Maybe we just need
>to remove an arbitrary restriction on an old one.  Namely, allow devices
>to be mounted more than once.  If the second mount is RO then you
>can back up from it and get most of what you want.

Yes!  I'll second that one.  In fact, I'd go even further and let
arbitrary directories be mapped as read-only mount points.  The mechanisms
are probably mostly in place already in RFS and/or NFS.  Just provide
a local-loopback and take away the restriction of only mounting a
resource in one place on a machine (RFS has this, I don't know about
NFS).  I've wanted this in RFS anyway to give "public" read-only access
via one mount point while having "system" read/write access at the same
time through a different mount point.

Les Mikesell
 les at chinet.chi.il.us



More information about the Comp.unix.wizards mailing list