From 78440eab81959ec7a95effd579fd87b7c56dbe3d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 24 Dec 2012 23:52:18 +0100 Subject: Add user switching and capability support --- src/config.l | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/config.l') diff --git a/src/config.l b/src/config.l index afe37dd..1881575 100644 --- a/src/config.l +++ b/src/config.l @@ -100,7 +100,12 @@ float { TOKEN(TOK_FLOAT); } crypto { TOKEN(TOK_CRYPTO); } use { TOKEN(TOK_USE); } default { TOKEN(TOK_DEFAULT); } +user { TOKEN(TOK_USER); } group { TOKEN(TOK_GROUP); } +drop { TOKEN(TOK_DROP); } +capabilities { TOKEN(TOK_CAPABILITIES); } +early { TOKEN(TOK_EARLY); } +lock { TOKEN(TOK_LOCK); } limit { TOKEN(TOK_LIMIT); } [0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3} { -- cgit v1.2.3