kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit 26c8096645b55f91b987ef6e31a58b29209b1006
parent 4da7a6917f9fb4837814ae8c646f4b7d1dd1ba1a
Author: St John Karp <contact@stjo.hn>
Date:   Thu,  9 Jun 2022 10:20:10 -0400

smdev: Set permissions for the contents of the input folder

Diffstat:
Mcore/smdev/build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/core/smdev/build b/core/smdev/build @@ -7,6 +7,7 @@ mv _ config.mk sed -e '/fuse/a \\t{ "hidraw[0-9]", "root", "plugdev", 0660, NULL, NULL },' \ -e '/fuse/a \\t{ "hiddev[0-9]", "root", "plugdev", 0660, NULL, NULL },' \ -e 's/"tty\[0-9\]", "root", "root", 0600,/"tty\[0-9\]", "root", "tty", 0660,/' \ + -e 's/"input\/\.\*", "root", "root", 0640,/"input\/\.\*", "root", "input", 0660,/' \ config.def.h > _ mv _ config.def.h