security: Fix reversed comment

Commit 6045506be0 changed back
the behavior to only allow the trusted extensions to the untrusted clients,
but left the 8b5d21cc1d
comment intended for Security*Un*trustedExtensions saying that
"untrusted clients shouldn't have access to these".

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Ángel González <ingenit@zoho.com>
This commit is contained in:
Ángel González 2012-10-15 22:04:22 +02:00 committed by Adam Jackson
parent b78897d0a0
commit 4583fa9a6c

View File

@ -63,7 +63,7 @@ typedef struct {
XID authId;
} SecurityStateRec;
/* Extensions that untrusted clients shouldn't have access to */
/* The only extensions that untrusted clients have access to */
static const char *SecurityTrustedExtensions[] = {
"XC-MISC",
"BIG-REQUESTS",