Linux Security Cookbook by Daniel J. Barrett, Richard Silverman, Robert G. Byrnes The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated April 17, 2007. UNCONFIRMED errors and comments from readers: {4} command labeled as "Sign the policy file"; One of the command options and its associated file specification are wrong in the "Sign the policy file" example. The example command is: # Sign the policy file: twadmin --create-polfile --cfgfile $DIR/tw.cfg \ --site-keyfile $SITE_KEY $DIR/twpol.txt but it should be: # Sign the policy file: twadmin --create-polfile --polfile $DIR/tw.pol \ --site-keyfile $SITE_KEY $DIR/twpol.txt Notice that "--cfgfile" has been replaced with "--polfile" and "$DIR/tw.cfg" has been replaced with "$DIR/tw.pol"