FreeSpacenav / spacenavd

Free user-space driver for 6-dof space-mice.
http://spacenav.sourceforge.net
GNU General Public License v3.0
279 stars 55 forks source link

PR: Added support for user/group settings. #26

Open thecky opened 4 years ago

thecky commented 4 years ago

PR related to issue #25 This add support for user and group settings

albfan commented 2 years ago

Ins't is this more about set an udev rule to allow users to control device without being root?

jtsiomb commented 2 years ago

Ins't is this more about set an udev rule to allow users to control device without being root?

No, it's about the daemon dropping priviledges for most of the code where they are not necessary. I didn't want to merge it as is, but it is quite important, so I have pulled it into its own "dropsu" branch for people who want the extra security which comes from lowering the probability of having undiscovered exploitable bugs in priviledged code. I should really keep the dropsu branch up to date with the latest changes in the master branch, to make it easier for people to use it if they need it, until I implement something similar to the master branch myself.