Skip to content
Snippets Groups Projects
Commit b3c48b66 authored by Stephen Smalley's avatar Stephen Smalley Committed by Nick Kralevich
Browse files

Change the type on /dev/uinput to match /dev/uhid.


/dev/uinput is accessed in the same way as /dev/uhid,
and unlike /dev/input/*.  bluetooth requires access to
the former and not to the latter, while shell requires access
to the latter and not the former.  This is also consistent
with their DAC group ownerships (net_bt_stack for /dev/uinput
and /dev/uhid vs input for /dev/input/*).

Change-Id: I0059d832a7fe036ed888c91e1fb96f3e6e0bd2d4
Signed-off-by: default avatarStephen Smalley <sds@tycho.nsa.gov>
parent 8c302d0f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment