Displaying 20 results from an estimated 6000 matches similar to: "Deliver Root Setuid"
2007 May 13
1
dovecot deliver tries to setuid but why?
Hi!
I've set up postfix(2.4.1) + dovecot(1.0-cvs) + dovecot-lda(1.0-cvs).
Dovecot's deliver is running as vmail:vmail (according to postfix's
master.cf).
Now the problem (when receiving mail):
deliver(leva): auth input: leva
deliver(leva): auth input: uid=8006
deliver(leva): auth input: gid=8000
deliver(leva): auth input: home=/var/mail/virtual/leva
deliver(leva): setuid(8006)
2010 May 28
2
setuids mount option broke
Hello,
I'm trying to export a /home/ partition for multiple users, using
Samba and the setuids option. My goal is to deliver emails into
$HOME/.Maildir/ for each user. So I mount the share as user "root",
hoping that each user will be able to use their own home directory (just
like an NFS /home/ mount). (This feature depends on the Unix extensions.)
I have the
2009 Oct 27
1
SetUID check problem
Running dovecot 1.2.4 on FreeBSD using Postfix. Everything works fine
normally, but deliver is executable by world.
This is not normally a problem, as I don't run deliver SetUID root.
But for whatever reason, when deliver is called by something that IS
SetUID root I get the following error:
/usr/local/libexec/dovecot/deliver must not be both world-executable
and setuid-root. This
2016 Feb 04
1
libvirt.so is not safe to use from setuid programs
Hi,
When trying to connect the HyperVisor from a binary having setuid bit set , then I got following error:
Unable to perform virConnectOpenReadOnly function error(internal error: libvirt.so is not safe to use from setuid programs)
My test software config is the following :
-rwsr-xr-x. 1 root root 3374956 Feb 4 13:45 test
As this test software needs S bit to be able to access O.S.
2018 Jul 06
2
Does anyone use UsePrivilegedPort=yes or setuid ssh(1) ?
Hi.
Does anyone use UsePrivilegedPort or have ssh(1) setuid, and if so for
what use case?
ssh(1) has had code in it to support installing setuid root since
approximately forever, however OpenBSD has not shipped it in that
configuration since 2002 (and I suspect these days no vendor does).
As far as I can tell, all of the reasons for this no longer apply:
- setuid root was needed to bind to a
2010 Apr 07
3
how to mount shares as a user without mount.cifs setuid
I'm running Debian/Squeeze on an AMD64 system. For some reason they have
recently stopped shipping mount.cifs with the setuid bit set. Now it
appears that they have changed the internal settings to prevent it from
running setuid. This means that I can't define the share in fstab with
"user" and connect from my Linux user account. Mounting smb/cifs shares
seems to be blocked
2007 Apr 24
2
chmod sftp command and setgid/setuid bit
Hi OpenSSH developers,
I'm using OpenSSH on a daily basis and I'm very pleased
with the work you've done.
I am contributing to some Open Source software hosted at Savannah
https://savannah.nongnu.org/projects/tsp
and we recently hit some sftp unexpected behavior:
https://savannah.gnu.org/support/?105838
when using chmod sftp client command
it appears that setuid / setgid bits are
2011 Apr 21
7
[Bug 1893] New: change ssh-keisign to setgid from setuid
https://bugzilla.mindrot.org/show_bug.cgi?id=1893
Summary: change ssh-keisign to setgid from setuid
Product: Portable OpenSSH
Version: 5.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Miscellaneous
AssignedTo: unassigned-bugs at mindrot.org
2007 Nov 16
1
Problem running a setuid Perl script on CentOS 4.5
I'm trying to create a setuid Perl script (yes, I am aware about the
security implications), but am getting this error:
% cat testsetuid.pl
#!/usr/bin/perl -UT
print "My real user id is $< but my effective user id is $>\n";
exit(0);
% ./testsetuid.pl
Can't do setuid (cannot exec sperl)
I am using the stock Perl that came with CentOS 4.5. The problem I
2004 Feb 27
1
setuid rsync
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I trying to create an automated backup from one machine to the other via
SSH. I have setup ssh keys and so on, so everything is pretty much
working. The only thing is, I am trying to perserve file ownership. I
don't want to use ssh keys w/o a password (for obvious reasons), so I
what I did was this:
I setup a chrooted account called
2008 Apr 14
1
install perl with setuid emulation
Dear All,
i would like to know how to install perl with setuid emulation since the
default centos 5 wont install with the setuid emulation
apprecite your help
regards
simon
--
Network ADMIN:
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
2002 Jun 11
4
ssh setuid changes.
Ok, I'm doing a heads up here.
I just applied:
- markus at cvs.openbsd.org 2002/06/11 04:14:26
[ssh.c sshconnect.c sshconnect.h]
no longer use uidswap.[ch] from the ssh client
run less code with euid==0 if ssh is installed setuid root
just switch the euid, don't switch the complete set of groups
(this is only needed by sshd). ok provos@
A few comments about
2019 May 24
2
imap userdb Fatal setuid errors
I?m trying to configure dovecot lmtp in multi-user mode. My error logs are filled with messages saying that an imap process cannot do a setuid to another user:
> May 21 22:28:46 imap(pid 17441 user myuser): Fatal: setuid(512(myuser) from userdb lookup) failed with euid=501(adminuser): Operation not permitted (This binary should probably be called with process user set to 512(myuser) instead of
2005 Jul 06
1
setuid/setgid bits
version: rsync v2.6.1 (+ a minor, unrelated patch).
I'm rsyncing files (not as root) and am happy (indeed, for what I
want, delighted) that the files at the target side end up owned by the
account doing the rsync.
However, I've found that if I have a setuid/setgid file on the source
side, the target file ends up setuid/setgid too (but under a different
id!). This happens whether
2013 Oct 14
2
setuid or other ideas
Everyone,
I am working on a Centos 5.9 system. I have an need to be able to
activate a piece of software from /etc/smrsh that is activated when
sendmail delivers the e-mail to this piece of software. I would like
this piece of software to take on the user and group identities that are
different than 'mail' which is what happens now. I want to use a user
and group that is not root), so
2005 Nov 27
1
useradd setuid bit
Hi!
I've a little question:
When the samba create machine account it's uid is 0 (root) or anything
else? I've created a samba jail, and I want to know the useradd binary
should be setuid or not.
Thanks:
--
Szalai ?kos <szalakos@andrews.hu>
Andrews IT Engineering Kft
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2007 Jul 12
1
Using setuid on smbd
Hello list,
I wonder if it is a really bad idea to setuid bit on samba daemons to
make them start with root privileges?
I need it in an embedded systems where the daemons are started by a
non root user and I don't have access to sudo etc and we all know
that smbd should run under root.
Cheers,
henke
2009 Dec 29
1
Deliver EX_TEMPFAIL's without giving any information
Hi all.
I've had a hard time trying to find out why deliver isn't working
after I've updated dovecot from v1.11 to v1.2.8. It just gave me
EX_TEMPFAIL without any info in the logs. My deliver was setuid-root.
Once I've made a simple shell wrapper script for the deliver
executable which saves deliver's stdout+stderr, I've found the reason:
2010 Mar 19
1
Sendmail + deliver; silent errors.
Hi all.
I've got a bit of a peculiar issue here. I'm running dovecot 1.2.9 on
an Ubuntu 9.10 box using Sendmail 8.14.3. I've set up Sendmail similar
to <http://wiki.dovecot.org/LDA/Sendmail> except that
*) dovecot's deliver is configured as my default local mailer, so
some of the flags for the Mailer definition had to be adjusted
accordingly.
*) The setuid users
2013 May 28
2
system account delivery userdb authentication
Hi
I have a remaining issue with a mail server setup.
Composed of Postfix and Dovecot it is is a 'local' mail server
At first I relied upon Mysql to store the various parameters, and then
switched to a flat file approach
I also initially set the server up to handle virtual users, but then I
realized that it was destined to manage local system accounts only. So I
reconfigured it