From 961171e73b2b4d6ee2505321a63662fbc35addfa Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 2 Jun 2014 14:52:23 +0200 Subject: [PATCH] doc update --- src/occtl-args.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/occtl-args.def b/src/occtl-args.def index 40ff29d7..f78d803d 100644 --- a/src/occtl-args.def +++ b/src/occtl-args.def @@ -13,7 +13,7 @@ explain = ""; #include version.inc detail = "Openconnect VPN server control (occtl) is a tool to control -the ocserv VPN server. It uses D-BUS to connect to ocserv."; +the ocserv VPN server."; copyright = { date = "2014"; @@ -60,8 +60,8 @@ doc-section = { ds-type = 'IMPLEMENTATION NOTES'; ds-format = 'texi'; ds-text = <<-_EOT_ -This tool uses D-BUS to connect to ocserv thus the D-BUS access controls -should be used to prevent potentially dangerous commands to be sent +This tool uses unix domain sockets or D-BUS to connect to ocserv (depending on compilation options). +In case D-BUS is being use the D-BUS access controls should be used to prevent potentially dangerous commands to be sent to ocserv by unprivileged users. _EOT_; };