diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-07-12 20:49:44 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-07-12 20:49:44 -0400 |
commit | b101071287539f3370f2e239234f398d284e0c3f (patch) | |
tree | 1464fc6d00317a4128dc279d9925eab405c6909b /README | |
parent | fb64c52bf4a34a09067428acc28483bc06a69726 (diff) | |
download | exmachina-b101071287539f3370f2e239234f398d284e0c3f.tar.gz exmachina-b101071287539f3370f2e239234f398d284e0c3f.zip |
update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -8,11 +8,19 @@ ### Status -Basic server and client functionality implemented. Very crude. +Basic server and client functionality implemented. Crude, and far more simple +than it may appear or the length of code would imply. + +Features: +* shared secret key process/privilage seperation +* call augeas API: match, set, setm, get, save, move, insert, remove +* call init.d service scripts: status, start, stop, restart TODO: +* add --group argument, chgrp, and 0660 permissions on socket file +* add apt-get package installation/removal methods +* add/handle one or two common non-augeas configuration methods (eg, timezone?) * use /var/lib/exmachina/<something> as socket instead of /tmp/exmachina.sock? -* tests and demonstrations ### Dependancies (server) |