Displaying 1 result from an estimated 1 matches for "getfhash".
2005 Mar 12
5
FreeBSD trusted execution system: beta testers wanted
...6.tar.gz
    tar zxvf mac_chkexec.1110510616.tar.gz
    cd mac_chkexec
    make
    make install
   The policy can be loaded using:
    kldload mac_chkexec
   Download, build and install the set{get}fhash user-space utility:
    cd /usr/src/usr.sbin
    fetch http://people.freebsd.org/~csjp/mac/getfhash.1110501625.shar
    sh getfhash.1110501625.shar
    cd getfhash
    make
    make install
    ln -s /usr/sbin/getfhash /usr/sbin/setfhash
Q: I have everything installed, how do I generate my baseline?
A: Easy, load the module and run your system like you would any other day. By
   default when you...