OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: John De Boskey (jwdbsdwins.com)
Date: Mon Nov 12 2001 - 18:10:50 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    ----- Francisco Reyes's Original Message -----
    > On Sun, 4 Nov 2001, Martin J. Muench wrote:
    >
    > > > Any currently working crypto filesystem for FreeBSD?
    > > CFS (Cryptographic File System): /usr/ports/security/cfs
    >
    > I looked at cfs and it doesn't seem like any work is been done on it.

    Install the cfs port.

    freebsd2:ports %make search key=cfs
    Port: cfs-1.4.0b2
    Path: /usr/ports/security/cfs
    Info: A cryptographic file system implemented as a user-space NFS server
    Maint: greenFreeBSD.org
    Index: security

    reboot or otherwise make sure the daemon is started/running.

    mkdir /crypt

    Set up a mount line:
        localhost:/null /crypt nfs rw,noauto,port=3049,intr,nfsv2 0 0

    cmkdir to create an encrypted directory;
    cattach to attach to the directory each time you log in; eg,

    cattach /ext/obtuse

    now /crypt/obtuse is the plaintext view of the encrypted /ext/obtuse
    directory.

    Without knowing what you mean by no work being done on it
    it's hard to provide any specific answers.

    Is this really a -security issue or more of a -questions topic?

    -John

    > > > I found tcfs, but it seems they don't have the BSD version ready yet.
    > > There is only a NetBSD and an OpenBSD version at the moment at
    > > http://tcfs.dia.unisa.it/
    >
    > That URL doesn't seem to work.
    >
    > So far my search for a crypto fs for FreeBSD has not been very
    > successfull. I guess I will have to wait to see if anything from the
    > TrustedBSD project will help on this.

    To Unsubscribe: send mail to majordomoFreeBSD.org
    with "unsubscribe freebsd-security" in the body of the message