Spacenav interactive configuration GUI
 
 
 
Go to file
John Tsiombikas e3244d0fdc updated the version number in the readme file
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/tags/spnavcfg/spnavcfg-0.3@182 ef983eb1-d774-4af8-acfd-baaf7b16a646
2014-08-18 01:43:57 +00:00
icons added spnavcfg.desktop file along with the icons 2012-11-05 12:09:06 +00:00
ui
COPYING
Makefile.in Added DESTDIR to the makefile, see bug #3512087 2012-05-10 19:38:23 +00:00
README updated the version number in the readme file 2014-08-18 01:43:57 +00:00
back.c
cfgfile.c
cfgfile.h
cmd.h
configure
front_gtk.c
spnavcfg.c

README

spnavcfg 0.3
------------

1. About
Spacenav daemon interactive configuration program.

2. Installation
Requires GTK+ 2 and Xlib headers to be installed.
./configure, make, make install, as usual (make install part as root).

3. Security
The binary is installed setuid root in order to be able to modify /etc/spnavrc
and send signals to the daemon. However, it was designed from start to be as
secure as possible. spnavcfg launches two processes (see front.c and back.c).
The frontend that runs all the GUI code drops priviledges to the original uid,
while the backend that does all the gruntwork keeps effective uid root.
As long as you don't run the program while logged in as root, it should be very
secure.

4. Contact
For bug reports, feature requests, or whatever, contact: nuclear@member.fsf.org