CVS commit: [netbsd-9] src
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Mon Jun 29 20:00:05 UTC 2026 Modified Files: src/distrib/sets/lists/debug [netbsd-9]: mi src/distrib/sets/lists/tests [netbsd-9]: mi src/etc [netbsd-9]: MAKEDEV.tmpl src/sys/modules/lua [netbsd-9]: lua.c src/sys/sys [netbsd-9]: lua.h src/tests/kernel [netbsd-9]: Makefile Added Files: src/tests/kernel [netbsd-9]: t_lua.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #2024): sys/modules/lua/lua.c: revision 1.29 distrib/sets/lists/tests/mi: revision 1.1422 tests/kernel/t_lua.c: revision 1.1 etc/MAKEDEV.tmpl: revision 1.239 distrib/sets/lists/debug/mi: revision 1.514 tests/kernel/Makefile: revision 1.97 sys/sys/lua.h: revision 1.10 MAKEDEV: Set default perms on /dev/lua to 0600. Otherwise unprivileged users can submit Lua code into the kernel, if lua.kmod is loaded (which doesn't happen by default, not even autoloaded on demand). PR misc/60375: lua.kmod enables local privilege escalation lua(4): Fix and test some issues. - Require read permission for LUAINFO. - Require write permission for all others: . LUACREATE . LUADESTROY . LUALOAD . LUAREQUIRE - Don't panic in LUAINFO if there's zero states. - Add missing sys/stdbool.h in sys/lua.h. This is not a real test suite for lua.kmod -- it doesn't verify the module does anything useful; it just verifies that _if_ you go out of your way to load the experimental kernel module, it doesn't enable unprivileged users to wreak havoc with /dev/lua. PR misc/60375: lua.kmod enables local privilege escalation To generate a diff of this commit: cvs rdiff -u -r1.285.2.12 -r1.285.2.13 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.818.2.10 -r1.818.2.11 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.205.2.3 -r1.205.2.4 src/etc/MAKEDEV.tmpl cvs rdiff -u -r1.24 -r1.24.8.1 src/sys/modules/lua/lua.c cvs rdiff -u -r1.8 -r1.8.22.1 src/sys/sys/lua.h cvs rdiff -u -r1.60.2.2 -r1.60.2.3 src/tests/kernel/Makefile cvs rdiff -u -r0 -r1.1.6.2 src/tests/kernel/t_lua.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.