![]() |
Get root access in SDK
Hi!
How can I get root access in the SDK? I want to addgroup, but I am told, that only root can do this. After installing rootsh and setting up sudoers, I get the message: sudo: must be setuid root after trying to gain root access. |
Re: Get root access in SDK
fakeroot
that's all |
Re: Get root access in SDK
Thanks!
That was it! |
Re: Get root access in SDK
As the name implies, fakeroot only fakes root access. It works OK for some things that only need filesystem-level root permissions (eg installing packages) but fails for anything that uses system calls requiring real root privileges (eg ping, mount/umount etc).
|
Re: Get root access in SDK
Any way to make sudo actually work under SDK chroot?
Ok, I've replaced the sudo binary with sh script that contains only Code:
#!/bin/sh |
All times are GMT. The time now is 02:48. |
vBulletin® Version 3.8.8