From 985af4ae9b6fc8082a8a2f3e46704a30956eb826 Mon Sep 17 00:00:00 2001 From: Slavek Jurkowski Date: Wed, 3 May 2017 02:54:55 +0000 Subject: [PATCH] update documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a2424a..9f6f2de 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ A complete overview of share options follows below. Only `name` is required, the | `setype` | `samba_share_t` | The SELinux type of the share directory | | `valid_users` | - | Controls read access for registered users. Use the syntax of the corresponding Samba setting. | | `write_list` | - | Controls write access for registered users. Use the syntax of the corresponding Samba setting. | +| `vfs_objects` | - | See the Samba documentation for details. | The values for `valid_users` and `write_list` should be a comma separated list of users. Names prepended with `+` or `@` are interpreted as groups. The documentation for the [Samba configuration](https://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html) has more details on these options.