Results 1 to 4 of 4

Thread: Is uinput loaded per default?

  1. #1
    Join Date
    Dec 2005
    Location
    Sweden
    Beans
    24

    Is uinput loaded per default?

    I don't currently have access to Ubuntu so I need to ask this question.

    Is uinput loaded per default in Ubuntu?

    I am asking because my application requires uinput to be loaded.

    If the answer is not, how do I attack this problem with users? Should my application ask the user to manually load uinput at OS startup or before starting application? Or should the application silently enable uinput at OS startup (preferable). I'm asking this as I don't know if uinput may be unsafe because of security reasons, and also loading uinput needs root privilegies, I don't want users to manually load uinput as admins every time application is started.

  2. #2
    Join Date
    Dec 2005
    Location
    Sweden
    Beans
    24

    Re: Is uinput loaded per default?

    Sorry for bumping this.

    I hope someone insighted can answer how appropriate it is to silently load module uinput at system startup.

  3. #3
    Join Date
    Jul 2013
    Location
    Wisconsin
    Beans
    4,952

    Re: Is uinput loaded per default?

    Here you go for 15.10:
    Code:
    $ cat /boot/config-4.2.0-22-generic | grep UINPUT
    CONFIG_INPUT_UINPUT=y
    Note the 'y', not 'm'. It's already built-in, not a loadable module.

  4. #4
    Join Date
    Dec 2005
    Location
    Sweden
    Beans
    24

    Re: Is uinput loaded per default?

    Thank you very much sir!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •