crux-ports

My CRUX Linux ports
Log | Files | Refs | README

commit 0282d076929a2efe983d6a455447d9dae7c46f65
parent 6547671ad2bf5a1d6d797aedd3daa29b792eb7f0
Author: Shokara Kou <kou@13f0.net>
Date:   Fri, 13 May 2022 18:00:48 -0400

add uinput to smdev config

Diffstat:
Msmdev/.md5sum | 2+-
Msmdev/config.h | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/smdev/.md5sum b/smdev/.md5sum @@ -1,2 +1,2 @@ -6575f64bb2997388b290dab356fca39b config.h +43a10b11b822e756659c39391916d9cf config.h 62ff7b5a4853b6db6c5f89362f15dea0 include-sysmacros_h.diff diff --git a/smdev/config.h b/smdev/config.h @@ -28,6 +28,7 @@ struct rule { { "sd[a-z].*", "root", "disk", 0660, NULL, NULL }, { "ts[0-9]+", "root", "root", 0640, "=input/", NULL }, { "input/.*", "root", "input", 0660, "=input/", NULL }, + { "uinput", "root", "input", 0660, "=input/", NULL }, { "dri/.*", "root", "video", 0660, "=dri/", NULL }, { "snd/.*", "root", "audio", 0660, "=snd/", NULL }, { "midi.*", "root", "audio", 0660, "=snd/", NULL },