From 09a1b75b3c454f05cf3830328bd2f0142c38ec3f Mon Sep 17 00:00:00 2001 From: patvdv Date: Sat, 10 Oct 2015 21:17:20 +0200 Subject: [PATCH] Update doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b63a90..3c44e93 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ SUDO Controls is a light-weight **SUDO fragments/rules** distribution & manageme * uses **SSH** as **transport** mechanism: SUDO Controls connects to client hosts through the secure path of SSH. +* supports a **Master→Slave→Client** model so that information can be propagated within more complex LAN set-ups. + * performs operations with **least privileges**: copy/distribute operations are performed with a low-privileged account. Only the actual snippet updates requires super-user privileges. * uses a **two-stage** approach to activate **SUDO fragments**: copy (or distribute) and apply. Fragments are first copied into a temporary location on each client hosts - the holding directory - and not applied automatically. Applying or activating fragments on a client host is a separate operation which can be triggered either locally or remotely (from the SUDO master)