diff options
author | Cy Schubert <cy@FreeBSD.org> | 2009-01-15 16:06:00 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2009-01-15 16:06:00 +0000 |
commit | 61cdb0d88124a2e3ecf50bf192f1de7c3cf10b08 (patch) | |
tree | 2936c9142933d0042b2a7a35cfa81313014679c1 /security | |
parent | 0e22532e85d87224c058435080f40c3145f63f62 (diff) | |
download | ports-61cdb0d88124a2e3ecf50bf192f1de7c3cf10b08.tar.gz ports-61cdb0d88124a2e3ecf50bf192f1de7c3cf10b08.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/sudosh2/pkg-descr | 18 | ||||
-rw-r--r-- | security/sudosh3/pkg-descr | 18 |
3 files changed, 25 insertions, 12 deletions
diff --git a/security/Makefile b/security/Makefile index f18ed9757fe3..bc8f8baa24f1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -775,6 +775,7 @@ SUBDIR += sudo SUBDIR += sudoscript SUBDIR += sudosh + SUBDIR += sudosh2 SUBDIR += super SUBDIR += swatch SUBDIR += switzerland diff --git a/security/sudosh2/pkg-descr b/security/sudosh2/pkg-descr index 3e764176e983..28218a76ad11 100644 --- a/security/sudosh2/pkg-descr +++ b/security/sudosh2/pkg-descr @@ -1,7 +1,13 @@ -sudosh is a sudo shell. Sudosh provides a logged root shell that can -be used for auditing. It works just like a VCR, records the root shell -session and offers real-time playback. Sudosh is designed to be used -with sudo in an enterprise environment. +Sudosh2 is a tool which can provide systems administrators with extensive +auditing of user shell usage. -WWW: http://sourceforge.net/projects/sudosh/ - http://freshmeat.net/projects/sudosh/ +There are two distinct modes of operation for sudosh2: as a filter for sudo, +and directly as a login shell. In either case, you will be able to audit +user sessions by replaying them to your screen, much like a VCR. + +Sudosh2 is a fork of sudosh (by Douglas Hanks). He stopped updating sudosh +in 2005, and this fork was created in 2007. Sudosh2 is licensed with the +Open Source License v2.0. + +http://sourceforge.net/projects/sudosh2/ +http://www.shortcutsolutions.net/software/40-software-development/55-introduction-to-sudosh2.html diff --git a/security/sudosh3/pkg-descr b/security/sudosh3/pkg-descr index 3e764176e983..28218a76ad11 100644 --- a/security/sudosh3/pkg-descr +++ b/security/sudosh3/pkg-descr @@ -1,7 +1,13 @@ -sudosh is a sudo shell. Sudosh provides a logged root shell that can -be used for auditing. It works just like a VCR, records the root shell -session and offers real-time playback. Sudosh is designed to be used -with sudo in an enterprise environment. +Sudosh2 is a tool which can provide systems administrators with extensive +auditing of user shell usage. -WWW: http://sourceforge.net/projects/sudosh/ - http://freshmeat.net/projects/sudosh/ +There are two distinct modes of operation for sudosh2: as a filter for sudo, +and directly as a login shell. In either case, you will be able to audit +user sessions by replaying them to your screen, much like a VCR. + +Sudosh2 is a fork of sudosh (by Douglas Hanks). He stopped updating sudosh +in 2005, and this fork was created in 2007. Sudosh2 is licensed with the +Open Source License v2.0. + +http://sourceforge.net/projects/sudosh2/ +http://www.shortcutsolutions.net/software/40-software-development/55-introduction-to-sudosh2.html |