git.fiddlerwoaroof.com
Browse code

Update README.md

Greg Wiley authored on 28/04/2017 16:47:37
Showing 1 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 [![Build Status](https://travis-ci.org/cjdev/dual-control.svg?branch=master)](https://travis-ci.org/cjdev/dual-control)
2 2
 
3 3
 # Dual Control
4
-Dual Control is a PAM module that requires a user to input a generated token from another user before being granted sudo access. The module also requires that the user input the reason for his or her access request and, via `syslog`, captures all this information for future reference.
4
+Dual Control is a PAM module that requires a user to input a generated token from another user before being granted resource access. The module also requires that the user input the reason for his or her access request and, via `syslog`, captures all this information for future reference.
5 5
 
6
-At **CJ Engineering**, we will be implementing Dual Control on our production boxes to ensure that a single engineer cannot gain write access without meeting the above-stated requirements.
6
+At **CJ Engineering**, we will be implementing Dual Control on our production boxes to ensure that a single engineer cannot use sudo to gain application-role access without meeting the above-stated requirements.
7 7
 
8 8
 Dual Control is an open source project licensed under the [GNU General Public License](https://github.com/cjdev/dual-control/blob/master/COPYING). As it stands, Dual Control is written only for machines running Linux. However, we graciously welcome contributions, particularly those related to portability to other operating systems.
9 9
 
10 10
 ## Status
11
-This is in active development. The current version uses a permanent token. The final version will
11
+This is in active development. The current version uses a permanent token and so is not meant for production use. The final version will
12 12
 use a time-based OTP.
13 13
 
14 14
 ## Install