xssd
xssd allows execution of commands as another
user similar to sudo or setuid bits. Unlike sudo, however, it
is intended to be extremely simple and therefore easy to
verify for correctness. Unlike setuid bits, it logs each
invocation to syslog, filters environment variables and is
more flexible in granting access to different users.
- xssd-0.8-2.tar.gz (5.1k)
2003-08-03
- For RPMs, look in the apt repository!
-
-
Made sure stdin, stdout and stderr are open (Linux and BSD
do this automatically, but other Unixes don't, and some
programs may be exploited by causing them to open FD 2
for some other purpose than error messages).
-
Allow building of RPMs for non-privileged users.
-
Added -q option.
- xssd-0.5.tar.gz (5.2k)
2002-01-27
- xssd-0.5-1.src.rpm (13k)
2002-01-27
- xssd-0.5-1.i386.rpm
(10k) 2002-01-27
- xssd-0.5-1.ppc.rpm
(9.6k) 2002-01-27
- xssd-0.5-1.alpha.rpm
(36k) 2002-01-27
-
Security fix! Version 0.4 contained an extremely
embarrassing bug. :-(
- xssd-0.4.tar.gz (4.9k)
2002-01-23
- xssd-0.4-1.src.rpm (13k)
2002-01-23
- xssd-0.4-1.i386.rpm (9.9k)
2002-01-23
-
First public release. Unlike the previous release, this
one does complain about unknown directives in the config
file.