Thread
:
[Announce] Enhanced BusyBox package
View Single Post
iDont
2011-12-19 , 21:04
Posts: 268 | Thanked: 1,053 times | Joined on May 2010 @ The Netherlands
#
186
Back with an update: I've been experimenting with some workarounds I had thought of last week. Unfortunately, they did not work. I had some hope in creating logic to temporarily store TMPDIR in another variable, but that didn't work out too well.
I can think of three other solutions that would work for sure:
-Parse a simple key-value configuration file (e.g. /etc/environment) to set default environment variables when they're not already set
-Split busybox back into busybox and busybox_root and duplicate some 'SUID' applets.
-Hard-code TMPDIR in BusyBox' main(), which completely defies the meaning of "variable", and thus won't be done
It looks like I'll have another busy week ahead of me, but I'm pretty optimistic to have something working this week.
Quote & Reply
|
The Following 7 Users Say Thank You to iDont For This Useful Post:
Bad_Habit
,
don_falcone
,
Estel
,
nkirk
,
peterleinchen
,
Rob1n
,
vi_
iDont
View Public Profile
Send a private message to iDont
Find all posts by iDont