Opened 18 years ago
Closed 18 years ago
#1103 closed enhancement (fixed)
Safe-mode enhancement: ignore user paths (easy)
Reported by: | axeld | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
When the system is booted in safe-mode, user paths should be ignored/removed. For example, the $PATH variable should not contain /boot/home/config/bin/ anymore, $LIBRARY_PATH should not contain /boot/home/config/lib/ anymore. Furthermore, the runtime_loader should make sure that the defaults for both variables, if not specified, should also not contain user directories.
Change History (4)
follow-up: 2 comment:1 by , 18 years ago
comment:2 by , 18 years ago
Replying to wkornewald:
Also, the user boot script probably shouldn't be loaded.
That's already the case; it's handled in the Bootscript.
comment:3 by , 18 years ago
Summary: | Safe-mode enhancement: ignore user paths → Safe-mode enhancement: ignore user paths (easy) |
---|
Note:
See TracTickets
for help on using tickets.
Also, the user boot script probably shouldn't be loaded.