summaryrefslogtreecommitdiff
path: root/sbin/mount_tcfs/mount_tcfs.8
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-06-18 00:25:08 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-06-18 00:25:08 +0000
commitcbb395f4d6bc3cd20a10bab87f5249982abff5db (patch)
tree24dbebeb983d78ec16bb1d51a1a8bdf579c06149 /sbin/mount_tcfs/mount_tcfs.8
parent3f9d2bc3cb13d0cd67c036b685486ad7ea4fd098 (diff)
allows mount of ffs file system as tcfs file system.
Diffstat (limited to 'sbin/mount_tcfs/mount_tcfs.8')
-rw-r--r--sbin/mount_tcfs/mount_tcfs.841
1 files changed, 41 insertions, 0 deletions
diff --git a/sbin/mount_tcfs/mount_tcfs.8 b/sbin/mount_tcfs/mount_tcfs.8
new file mode 100644
index 00000000000..4be40984442
--- /dev/null
+++ b/sbin/mount_tcfs/mount_tcfs.8
@@ -0,0 +1,41 @@
+.Dd Nov 3, 1999
+.Dt MOUNT_TCFS 8
+.Os
+.Sh NAME
+.Nm mount_tcfs
+.Nd mount a tcfs filesystem sub-tree;
+.Sh SYNOPSIS
+.Nm
+.Op Fl o Ar options
+.Ar target
+.Ar mount-point
+.Sh DESCRIPTION
+The
+.Nm
+command creates a
+Transparent Cryptographic File System (TCFS) layer, mapping a sub-tree of the file system
+name space into another part of the global file system where
+some cryptographic features are provided.
+.Pp
+Access to objects existing on the new file system can be allowed only to
+users who own a proper key.
+.Sh EXAMPLES
+The following example mounts the ffs
+file system on mountpoint
+.Ar /mnt2
+as TCFS file system using cipher 2.
+.Bd -literal
+mount_tcfs -o cipher=2 /mnt2 /mnt/tcfs
+.Pp
+.Sh FILES
+.Bl -tag -width /etc/fstab -compact
+.It Pa /etc/fstab
+file system information
+.El
+.Sh BUGS
+This is a preliminary version, only for developers. Each other use is discouraged.
+.Pp
+Sorry, no docs.
+.Sh SEE ALSO
+.Xr mount 8 ,
+.Xr fstab 5