b831976977

By default, when a Windows SMB share is created, 'Everyone' will have read access. This is a problem, since we call 'Set-SMBPathAcl', which will apply the share ACE at the filesystem as well. This means that anyone that can log in to the share server will have read access to the share. We'll avoid this by granting read access to the 'NULL SID' when creating the share, avoiding the default access to 'Everyone'. Closes-Bug: #1612746 Change-Id: I913a887f24db7f1354008aacebcd0f477887aeef
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/Manila
- Developer docs: http://docs.openstack.org/developer/manila
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
git clone https://github.com/openstack/manila.git
For developer information please see HACKING.rst
You can raise bugs here http://bugs.launchpad.net/manila
Python client
Description
Languages
Python
99.3%
Shell
0.7%