diff options
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 5 |
1 files changed, 5 insertions, 0 deletions
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} { |