Commit Graph

20 Commits

Author SHA1 Message Date
Marc-André Lureau
92288aa9ac Remove unmaintained spicy.nsis
Remove gtkrc too, and cleanup EXTRA_DIST ($(desktop_in_files) is unused)

Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
2015-12-08 14:11:49 +01:00
Fabiano Fidêncio
afbb212261 nsis: drop gst-0.10 in favour of gst-1.0
Based on Victor Toso's patch for virt-viewer:
https://git.fedorahosted.org/cgit/virt-viewer.git/commit/?id=3bbf1ded1cb01429d600b11035d5fb0d60bfe20b
2015-01-06 15:27:13 +01:00
Christophe Fergeau
62a077978b Remove spice-mime.xml/spicy.desktop
They were never translated from .in files to actual files, and now it's
clear we don't want to promote spicy as a first-class desktop
application.
2014-10-30 17:47:15 +01:00
Marc-André Lureau
19615f03ad controller: add proxy property 2013-01-30 14:03:54 +01:00
Hans de Goede
48b7acd574 acl-helper policykit policy: Allow redir by default for console users
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>
2012-12-20 21:57:24 +01:00
Christophe Fergeau
2eaa3cf7ad controller: handle USB redirection messages 2012-04-04 10:22:00 +02:00
Yonit Halperin
84d29d0c0f controller: add support for DISABLE_EFFECTS and COLOR_DEPTH
rhbz #787449

Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
2012-04-03 08:53:55 +03:00
Marc-André Lureau
d748bbc86d Add controller foreign menu support 2012-02-29 17:32:47 +01:00
Marc-André Lureau
2ba25926db Add controller ENABLE_SMARTCARD message 2012-02-17 18:43:19 +01:00
Hans de Goede
2161b5464f Add a suid root helper to open usb device nodes
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>
2011-11-16 18:31:30 +01:00
Marc-André Lureau
f08664bdd6 data: fix spicy.nsis.in to include right libraries 2011-08-17 15:31:34 +02:00
Marc-André Lureau
9af74fb604 build: fix make distcheck 2011-07-18 20:28:05 +02:00
Marc-André Lureau
fe09978ddd build: update spicy.nsis installer 2011-06-05 02:13:07 +02:00
Marc-André Lureau
9add4076d2 build: fix make dist 2011-03-30 19:14:53 +02:00
Marc-André Lureau
9e4438ca0e build: install spice-protocol.vapi 2011-03-30 17:07:47 +02:00
Marc-André Lureau
eea8f081b0 data: update spicy-for-windows.nsis 2011-02-03 15:47:31 +01:00
Marc-André Lureau
7a135caee9 build: fix distcheck 2011-01-14 21:13:33 +01:00
Marc-André Lureau
e8fcd8667c data: add spice-mime, and spicy.desktop - disabled for now 2011-01-13 14:12:29 +01:00
Marc-André Lureau
08ecf763ff build: win32: package libgstdirectsoundsrc.dll as well 2011-01-04 16:54:02 +01:00
Marc-André Lureau
fa47ed1229 build: win32: add spicy-for-windows.exe scripts 2010-12-30 16:52:52 +01:00