from a conversation in a Debian Dog topic.....
williams2 wrote: ↑Tue Sep 13, 2022 6:54 pmTo make Puppy run with support for unprivileged users like
spot
/bin/su
needs thesuid
permission to be set.
which allows unprivileged users likespot
to runsu
as ifspot
is reallyroot
But in most Pups,
su
is a symlink to busybox.
Thesuid
permission should not be enabled on busybox.So
su
should be the FULL version and thesuid
permission should be set.Also,
/etc/sudoers
and/etc/sudo.conf
need to be configured.
For example, see https://www.linuxfromscratch.org/blfs/v ... /sudo.html
Are there other considerations to enabling a second user in a puppy?
wouldn't sudo be optional if one chose to work solely with su?