mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 15:34:33 +00:00
Update init envp
This commit is contained in:
parent
d76585cce3
commit
1eb41e4977
@ -145,15 +145,11 @@ void TaskMgr()
|
|||||||
|
|
||||||
Execute::SpawnData SpawnInit()
|
Execute::SpawnData SpawnInit()
|
||||||
{
|
{
|
||||||
const char *envp[9] = {
|
const char *envp[5] = {
|
||||||
"PATH=/system:/system/bin",
|
"PATH=/system:/system/bin",
|
||||||
"TERM=tty",
|
"TERM=tty",
|
||||||
"HOME=/",
|
"HOME=/",
|
||||||
"USER=root",
|
"USER=root",
|
||||||
"SHELL=/system/sh",
|
|
||||||
"PWD=/",
|
|
||||||
"LANG=en_US.UTF-8",
|
|
||||||
"TZ=UTC",
|
|
||||||
nullptr};
|
nullptr};
|
||||||
|
|
||||||
const char *argv[4] = {
|
const char *argv[4] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user