From fa20f4d8ddd3b0e0917425104b10de227ba697b6 Mon Sep 17 00:00:00 2001 From: Richard Vanderpool <49568690+rvanderp3@users.noreply.github.com> Date: Tue, 10 Aug 2021 17:03:25 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5931391..1297893 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,6 @@ If privileges on a preexisting folder are to be checked(i.e. installing in to an ./bin/vsphere-priv-check --check-folder=vcentertest-24lrs ~~~ -## Missing Checks -- Privilege Propagation +## TO-DO + +- Privilege propagation is currently not role aware. Need to add logic to check roles for privilege propagation. All other aspects of these checks are role aware as the vCenter API is doing the work of calculating available privileges.