I log on as a user and I want to use passwd to change that users password but
it gives me the
passwd: applet requires root privileges!
I can login as root and change all user passwords, but I want individual
owners to be able to update their passwords. Any ideas?
Thanks
khollan
--
View this message in context: http://www.nabble.com/BusyBox-passwd-requires-root-privileges-tf4214675.html#a11990563
Sent from the linuxppc-embedded mailing list archive at Nabble.com.
From: Scott Wood <hidden> Date: 2007-08-03 20:53:22
khollan wrote:
I log on as a user and I want to use passwd to change that users password but
it gives me the
passwd: applet requires root privileges!
I can login as root and change all user passwords, but I want individual
owners to be able to update their passwords. Any ideas?
From: Scott Wood <hidden> Date: 2007-08-03 21:55:39
khollan wrote:
Scott Wood-2 wrote:
quoted
passwd needs to be setuid root.
How do you do that?
Make sure it's owned by root, and chmod 4755 the binary. I'm not sure
how to go about telling busybox to drop suid when invoked as something
else. It'd probably be better to build two busyboxes, one with all suid
commands and the other with the rest.
-Scott
Make sure it's owned by root, and chmod 4755 the binary. I'm not sure
how to go about telling busybox to drop suid when invoked as something
else. It'd probably be better to build two busyboxes, one with all suid
commands and the other with the rest.
-Scott
I chmod 4755 to the passwd binary and it worked. Before I did that I also
added a Busybox.conf file in /etc with this in it...
[SUID]
passwd = ssx root.root
I don't know if I needed that or not but it works now. Thanks
--
View this message in context: http://www.nabble.com/BusyBox-passwd-requires-root-privileges-tf4214675.html#a12039968
Sent from the linuxppc-embedded mailing list archive at Nabble.com.