diff options
author | Ángel González <ingenit@zoho.com> | 2012-10-15 22:04:22 +0200 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-03-14 11:49:13 -0400 |
commit | 4583fa9a6cd3095d7497c075d68e7430ea3c5cb0 (patch) | |
tree | 84c104f345edfba6da62ec327259a056934fb317 /Xext | |
parent | b78897d0a04a833720698901fbac9535570875e4 (diff) |
security: Fix reversed comment
Commit 6045506be0cebca4ebbe943ae77f020aafa703d4 changed back
the behavior to only allow the trusted extensions to the untrusted clients,
but left the 8b5d21cc1d1f4e9d20e5d5eca44cb1e60a419763
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>
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/security.c b/Xext/security.c index 04382ff4d..8cb3a2c73 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -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", |