From 4028762f4a81a59ccc6d6e5662fa7e341fc74336 Mon Sep 17 00:00:00 2001 From: sid77 Date: Sun, 21 Aug 2016 02:00:41 +0200 Subject: First attempt at dropping privileges --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 799ba9c..e9c26bd 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Configuration is divided into different sections: `server`, `auth`, `ssh`, and ` - `tls_cert` : string. Path to the TLS cert. - `address` : string. IP address to listen on. If unset the server listens on all addresses. - `port` : int. Port to listen on. +- `user` : string. User to which the server drops privileges to. - `cookie_secret`: string. Authentication key for the session cookie. - `http_logfile`: string. Path to the HTTP request log. Logs are written in the [Common Log Format](https://en.wikipedia.org/wiki/Common_Log_Format). If not set logs are written to stderr. - `datastore`: string. Datastore connection string. See [Datastore](#datastore). -- cgit v1.2.3