1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Add sudoscript, an audited shell using sudo(8) and script(1)

PR:		53967
Submitted by:	Howard Owen <hbo@egbok.com>
This commit is contained in:
Foxfair Hu 2003-07-10 02:00:43 +00:00
parent f0b037cbcb
commit 2ec311a735
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84555
5 changed files with 72 additions and 0 deletions

View File

@ -347,6 +347,7 @@
SUBDIR += stunnel
SUBDIR += subweb
SUBDIR += sudo
SUBDIR += sudoscript
SUBDIR += super
SUBDIR += swatch
SUBDIR += tea-total

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: sudoscript
# Date created: 17 June, 2003
# Whom: hbo@egbok.com
#
# $FreeBSD$
#
PORTNAME= sudoscript
PORTVERSION= 2.1.1
CATEGORIES= security
MASTER_SITES= http://download.sourceforge.net/sudoscript/ \
http://egbok.com/sudoscript/
MAINTAINER= hbo@egbok.com
COMMENT= Audited shells in Perl with sudo(8) and script(1)
MAN1= sudoshell.1
MAN3= Sudoscript.3pm
MAN8= sudoscriptd.8 sudoscript.8
MANCOMPRESSED= no
USE_GMAKE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (sudoscript-2.1.1.tar.gz) = de1eca15626b3df748bb6df70b793025

View File

@ -0,0 +1,14 @@
Sudoscript provides an audited shell using sudo(8) and script(1).
The front end script, sudoshell(1) contacts the daemon, sudoscriptd(8).
They agree on the location of a FIFO, which the daemon opens for read.
Sudoshell then runs script(1) with the FIFO as a typescript. The daemon
stamps each line of the script(1) output with a session id, then passes
the data over to another daemon. This daemon timestamps the data and stores
it in a log file which is /var/log/sudscript. This daemon also keeps an eye
on the size of log files, and forks a rotator/compressor when it exceeds 2
MBytes.
WWW: http://www.egbok.com/sudoscript
- Howard Owen
hbo@egbok.com

View File

@ -0,0 +1,33 @@
bin/ss
bin/sudoshell
etc/rc.d/sudoscriptd.sh
lib/sudoscript/Sudoscript.pm
sbin/sudoscriptd
share/doc/sudoscript-2.1.1/2.0arch.gif
share/doc/sudoscript-2.1.1/2.0arch.html
share/doc/sudoscript-2.1.1/2.0arch.xml
share/doc/sudoscript-2.1.1/CHANGELOG
share/doc/sudoscript-2.1.1/INSTALL
share/doc/sudoscript-2.1.1/PORCMOLSULB.html
share/doc/sudoscript-2.1.1/PORCMOLSULB.pdf
share/doc/sudoscript-2.1.1/PORCMOLSULB.xml
share/doc/sudoscript-2.1.1/PORTING
share/doc/sudoscript-2.1.1/PROBLEMS
share/doc/sudoscript-2.1.1/README
share/doc/sudoscript-2.1.1/RELEASENOTES
share/doc/sudoscript-2.1.1/SECURITY
share/doc/sudoscript-2.1.1/SUDOCONFIG
share/doc/sudoscript-2.1.1/Sudoscript.3pm.html
share/doc/sudoscript-2.1.1/Sudoscript.pm-src.html
share/doc/sudoscript-2.1.1/dtd/egbokdoc.dtd
share/doc/sudoscript-2.1.1/sudoscript.pod
share/doc/sudoscript-2.1.1/sudoscript.8.html
share/doc/sudoscript-2.1.1/sudoscriptd-src.html
share/doc/sudoscript-2.1.1/sudoscriptd.8.html
share/doc/sudoscript-2.1.1/sudoshell-src.html
share/doc/sudoscript-2.1.1/sudoshell.1.html
share/doc/sudoscript-2.1.1/xsl/egbokdoc.xsl
share/doc/sudoscript-2.1.1/xsl/egbokdoc2fop.xsl
@dirrm share/doc/sudoscript-2.1.1/xsl
@dirrm share/doc/sudoscript-2.1.1/dtd
@dirrm share/doc/sudoscript-2.1.1