OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: desertrat on January 09, 2006, 08:31:02 am

Title: Permissions Problem In Sudo_1.6.8p8-1_armv5tel.ipk
Post by: desertrat on January 09, 2006, 08:31:02 am
Not sure whether this should go into the official bugs reporting system or not, but anyway:

Using sudo_1.6.8p8-1_armv5tel.ipk from the 1.10 feed. A couple of problems:

1) The sudo binary does not have the setuid bit set. The fix is:
Code: [Select]
chmod u+s /usr/bin/sudo
2) The file /etc/sudoers has the wrong permissions. The fix is:

Code: [Select]
chmod 0440 /etc/sudoers
-- cheers