Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2020

  1. Added support for run the daemon under other user privileges.

    When the daemon was started as root (f.e. vi systemd unit),
    some users had to issue the "xhost +" command for some programms
    (f.e. FreeCad).
    With this support, spacenavd can started as root and switch on runtime
    to an other uid / gid. So a "xhost +" command isn't longer neccessary
    when proper uid or gid settings are used (f.e. the "standard" user of
    the system).
    With the invoked uid / gid spacenavd stills open the pid and socket file
    and also use it for device dection.
    
    Also implemented user/group configfile setting.
    Thomas Martens committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    8276427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb9ad6 View commit details
    Browse the repository at this point in the history
  3. Removed cast of malloc result.

    Thomas Martens committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    f3e7944 View commit details
    Browse the repository at this point in the history