diff options
Diffstat (limited to 'src/pybind/mgr/dashboard/security.py')
-rw-r--r-- | src/pybind/mgr/dashboard/security.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pybind/mgr/dashboard/security.py b/src/pybind/mgr/dashboard/security.py index 2b624aabcc7..c329d24e1b3 100644 --- a/src/pybind/mgr/dashboard/security.py +++ b/src/pybind/mgr/dashboard/security.py @@ -27,6 +27,7 @@ class Scope(object): DASHBOARD_SETTINGS = "dashboard-settings" NFS_GANESHA = "nfs-ganesha" NVME_OF = "nvme-of" + SMB = "smb" @classmethod def all_scopes(cls): |