summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* controller: add proxy propertyMarc-André Lureau2013-01-301-0/+2
|
* acl-helper policykit policy: Allow redir by default for console usersHans de Goede2012-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This makes usb-redir a lot more userfriendly to use. This has been discussed with the security team and they are ok with it, rationale: Since we only set <allow_active> to yes, we only give raw usb access to users *physically present behind the machine*. This is ok since they already have full control over usb devices anyways, they can always just unplug the device and put it in a user controlled machine. This follows how we already grant a great deal of access to users *physically present behind the machine* including dangerous things like /dev/sg access for cd/dvd writers. And raw usb access to all devices which happen to have a userspace driver rather then an in kernel driver. Also the opening up is limited compared to the existing opening up of other devices listed above in that: 1) It will only happen on machines which have spice-glib installed 2) We are not opening up the device nodes rights automatically, as an udev rule would do. So there is no chance that any random app can start (accidentally) poking the devices. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* controller: handle USB redirection messagesChristophe Fergeau2012-04-041-0/+4
|
* controller: add support for DISABLE_EFFECTS and COLOR_DEPTHYonit Halperin2012-04-031-0/+3
| | | | | | rhbz #787449 Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
* Add controller foreign menu supportMarc-André Lureau2012-02-291-2/+93
|
* Add controller ENABLE_SMARTCARD messageMarc-André Lureau2012-02-171-0/+2
|
* Add a suid root helper to open usb device nodesHans de Goede2011-11-162-0/+24
| | | | | | | | | | | | | | | | spice-client needs to be able to open the device nodes under /dev/bus/usb to be able to redirect a usb device to the guest. Normally opening these nodes is only allowed by root. This patch adds a suid root helper which asks policykit if it is ok to grant raw usb device access, and if policykit says it is ok, opens up the acl so that the spice-client can open the device node. As soon as spice-client closes the stdin of the helper, the helper removes the extra rights. This ensures that the acl gets put back to normal even if the spice client crashes. Normally the spice-client closes stdin directly after opening the device node. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* data: fix spicy.nsis.in to include right librariesMarc-André Lureau2011-08-171-4/+4
|
* build: fix make distcheckMarc-André Lureau2011-07-181-0/+1
|
* build: update spicy.nsis installerMarc-André Lureau2011-06-053-236/+241
|
* build: fix make distMarc-André Lureau2011-03-301-0/+1
|
* build: install spice-protocol.vapiMarc-André Lureau2011-03-302-0/+111
|
* data: update spicy-for-windows.nsisMarc-André Lureau2011-02-031-4/+4
|
* build: fix distcheckMarc-André Lureau2011-01-141-0/+1
|
* data: add spice-mime, and spicy.desktop - disabled for nowMarc-André Lureau2011-01-133-0/+45
|
* build: win32: package libgstdirectsoundsrc.dll as wellMarc-André Lureau2011-01-041-0/+2
|
* build: win32: add spicy-for-windows.exe scriptsMarc-André Lureau2010-12-301-0/+233