island: remove misleading comment

We don't check admin permissions at all, and admin is included in
"everyone else".
This commit is contained in:
Mike Salvatore 2021-06-09 14:20:58 -04:00
parent 67d4f18d65
commit 9131f86215
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ def _has_expected_linux_permissions(path: str, expected_permissions: int) -> boo
def _has_expected_windows_permissions(path: str, expected_permissions: int) -> bool:
# checks that user has `expected_permissions` and everyone else has no permissions
import win32api # noqa: E402
import win32security # noqa: E402