XDC2012: Graphics stack security
XDC2012: Graphics stack security
Posted Sep 28, 2012 9:15 UTC (Fri) by mjthayer (guest, #39183)In reply to: XDC2012: Graphics stack security by dlang
Parent article: XDC2012: Graphics stack security
If you put the cookie in a file in the user's home directory, as is done for the current X server cookies then yes. If you imagine different cookies for different privileges (reading from the screen, sending input events, whatever) there is no reason why there should not be different mechanisms for the clients which need them to obtain them. For example you could put them in global files readable only to a particular user group, or you could use DBus and PolicyKit to pass them (just an example, as I know that DBus and remote X don't get along very well at present), or even both.
