LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Kernel Configuration (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-configuration-137033/)

berti 01-21-2004 06:01 AM

Kernel Configuration
 
Hi,

does someone know how to configure the kernel (2.4.23) so that a normal user cannot switch into root mode by hitting the F5 key while the computer is starting?

thanks

kasperhans 01-22-2004 04:19 PM

no need for posting twice keep your eyes on track

Snodge 01-22-2004 04:57 PM

That sounds more like a distribution thing, rather than the kernel itself. You can follow through the boot execution order by seeing what /etc/inittab calls. There should be a line that starts with si - look for something like:

# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit

Then you can look at /etc/rc.d/rc.sysinit to see where it mentions F5 and what it does with it.

My guess is that it's probably not going to be as straightforward as you had first hoped!


All times are GMT -5. The time now is 11:25 PM.