custom slush

"Bernhard Boser" <boser-aFE07iDfcCIb0cFwG/[email protected]> Sun, 13 Jun 2004 19:26:10 -0700
Newsgroups gmane.comp.hardware.microcontrollers.tini
Organization UC Berkeley
Message-ID <043001c451b6$f563c270$0200a8c0@MOLINERA>
I've extended slush to run my own code. Problem: my code has no file write
privileges. Apparently, these can be enabled in Slush with the following
command:

	userIDByThreadID.put(
		Thread.currentThread(), 
		new Byte((byte)adminUID));

Unfortunately, userIDByThreadID is declared private in Slush and hence
inaccessible in my derived class. I could of course modify Slush directly,
but prefer not do so if possible.

What is the "correct" way to set file write permissions in custom Slush
extensions?

Thanks,
Bernhard

_______________________________________________
TINI mailing list
TINI-6tN4nzCoH/[email protected]
To UNSUBSCRIBE, edit your profile, or see list archives:
http://lists.dalsemi.com/mailman/listinfo/tini