diff options
-rw-r--r-- | source3/smbd/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 85513bdd92..80756d6641 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -2489,7 +2489,7 @@ static NTSTATUS open_directory(connection_struct *conn, return status; } - if ((access_mask & SEC_FLAG_SYSTEM_SECURITY) & + if ((access_mask & SEC_FLAG_SYSTEM_SECURITY) && !security_token_has_privilege(get_current_nttok(conn), SEC_PRIV_SECURITY)) { DEBUG(10, ("open_directory: open on %s " |