PERFORCE change 219824 for review
    Pawel Jakub Dawidek 
    pjd at FreeBSD.org
       
    Wed Nov 21 08:50:08 UTC 2012
    
    
  
http://p4web.freebsd.org/@@219824?ac=10
Change 219824 by pjd at pjd_anger on 2012/11/21 08:49:06
	Add a note that auditdistd configuration file can contain passwords
	and thus permissions should be carefully configured.
	
	Suggested by:	rwatson
Affected files ...
.. //depot/projects/trustedbsd/openbsm/bin/auditdistd/auditdistd.8#3 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditdistd/auditdistd.conf.5#3 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/auditdistd.8#3 (text+ko) ====
@@ -52,6 +52,9 @@
 Specify alternative location of the configuration file.
 The default location is
 .Pa /etc/security/auditdistd.conf .
+Note: the configuration file may contain passwords.
+Care should be taken to configure proper permissions on this file
+.Li ( eg. 0600 ) .
 .It Fl d
 Print or log debugging information.
 This option can be specified multiple times to raise the verbosity
==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/auditdistd.conf.5#3 (text+ko) ====
@@ -36,6 +36,10 @@
 .Xr auditdistd 8
 daemon.
 .Sh DESCRIPTION
+Note: the configuration file may contain passwords.
+Care should be taken to configure proper permissions on this file
+.Li ( eg. 0600 ) .
+.Pp
 Every line starting with # is treated as comment and ignored.
 .Sh CONFIGURATION FILE SYNTAX
 General syntax of the
    
    
More information about the p4-projects
mailing list