Bug 10265
| Summary: | Specifying an init program poses security risk in Linux. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | asosin |
| Component: | lilo | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-12-10 07:04:36 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
asosin
2000-03-20 16:43:48 UTC
"Lilo.conf" boot=/dev/hda5 delay=50 map=/boot/map install=/boot/boot.b prompt timeout=40 image=/boot/vmlinuz-2. label=linux root=/dev/hda5 read-only password=1231a11a restricted *** Bug 10370 has been marked as a duplicate of this bug. ****** Bug 10370 has been marked as a duplicate of this bug. *** This works fine for me: if I add 'restricted', and some password, I can still chose a different boot choice, but any arguments to a linux boot still ask for the password. Yes it works fine only when you are running Linux, however have you tried this with a dual boot computer ? Thus (NT + Linux) and then try specifying the command above ? If it works for you with this type of environment, please specify exactly what you have done to resolve this issue since I tried this on 7 different computers now, and it doesn't work for us. Have you attempted to test this, when both LINUX and NT are installed ? This is what I explicitly pointed out as being the key in this BUG. Please read the post again if you don't understand it. If you need further clerification e-mail me and I will be glad to make it even more cristal clear. *** Bug 10822 has been marked as a duplicate of this bug. *** *** Bug 10921 has been marked as a duplicate of this bug. *** With a response time of 2 month, it's no wonder Linux has so many bugs. No anwer yet, great. I expected a late response, but no response means you don't have a clue how to solve the issue. Oh well. The only way that I have found to work correctly with NT is this: fdisk drive install NT on paritions set aside for it Install linux on whatever partitions set aside for it Install lilo on first sector of linux parition use fdisk to mark the linux partition as the 'bootable' one. This uses NT's default MBR code to load the BR from the linux parition, which contains LILO. LILO chains to the NT loader when booting NT, making NT happy. This should allow correct passwording of the LILO command line. |