From 39e773247317167277231154251dba420e19d79f Mon Sep 17 00:00:00 2001 From: Laura Bennett Date: Fri, 7 Oct 2016 15:48:29 -0400 Subject: [PATCH] website documentation update --- website/source/docs/audit/file.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/audit/file.html.md b/website/source/docs/audit/file.html.md index 8cf9a0d70..cb1844ff2 100644 --- a/website/source/docs/audit/file.html.md +++ b/website/source/docs/audit/file.html.md @@ -69,6 +69,12 @@ Following are the configuration options available for the backend. optional A boolean, if set, enables the hashing of token accessor. Defaults to `true`. This option is useful only when `log_raw` is `false`. + +
  • + permissions + optional + An unsigned integer, if provided, represents the file mode and + permissions. This option defaults to `0600`.
  • format