Changeset 320


Ignore:
Timestamp:
05/02/2009 20:46:33 (3 years ago)
Author:
ccowart
Message:

With the security considerations section done, the man pages are pretty
much up-to-date.

Fixes #8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.8.in

    r307 r320  
    367367working copies to only check out the modules relevant to the current system, 
    368368but as yet this hasn't been completed. 
    369 .Pp 
    370 There are some Big Ideas about 
    371 .Nm 
    372 that are not yet in this man page. They will be here before the ticket is 
    373 closed and 2.0 is released. 
    374369.Sh SECURITY CONSIDERATIONS 
     370.Nm  
     371is intended to be run by a normal user and not by root. When needed, 
     372.Nm  
     373makes calls to  
     374.Xr sudo 8  
     375to escalate privileges. This only works if the user has full root access via 
     376the  
     377.Xr sudoers 5 
     378file. This model is designed to encourage individual accountability in an 
     379environment with several System Administrators; your own login is recorded 
     380in the subversion logs and recorded by sudo in the logs. 
     381.Pp 
     382While the typical use of 
     383.Nm 
     384has a shared repository for all of your machines, this may not make sense in 
     385all environments. Unless you are taking out-of-band measures to secure  
     386various directories in your subversion repository (possibly through the use 
     387of access control hooks), any account making changes to the repository can 
     388effect changes on other machines. It would generally be a good idea to only 
     389share a repository with machines in a similar security tier. 
    375390.Sh AUTHORS 
    376391.An Chris Cowart Aq ccowart@timesinks.net 
Note: See TracChangeset for help on using the changeset viewer.