-
Hi, I need to check effective file/directory permissions for SIDs (with recursive group membership resolving and inheritance). The best way would be to do this using the AuthZ module that Windows provides. However, is this somehow possible with pywin32? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mhammond
May 8, 2025
Replies: 1 comment
-
pywin32 has support for many windows security related function in the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cmahrl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pywin32 has support for many windows security related function in the
win32security
module. There's no direct support for AuthZ, so using that probably will require ctypes.