diff options
author | pst <pst@FreeBSD.org> | 1996-04-21 19:48:07 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-04-21 19:48:07 +0000 |
commit | 6ba3b3888db6aac08c8f7627861ab78f7eea09ef (patch) | |
tree | bf8b4e1a8833a431e6ca80bf9550f228d572542d /secure | |
parent | 818980428a0f86d76c166955ec402558eb67d0b8 (diff) | |
download | FreeBSD-src-6ba3b3888db6aac08c8f7627861ab78f7eea09ef.zip FreeBSD-src-6ba3b3888db6aac08c8f7627861ab78f7eea09ef.tar.gz |
Enable proper installation of sendmail restricted shell smrsh(8).
This program is a wrapper for the prog mailer in sendmail. It does shell
meta character masking and restricts the list of executables to those found
in /usr/libexec/sm.bin.
The default sendmail.cf file does not use this tool, however you can enable
it by either changing /bin/sh to /usr/libexec/smrsh or adding the line
FEATURE(smrsh) into your sendmail .mc file and rebuilding your .cf file.
For more info, RTFMP.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/usr.sbin/sendmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index 2dc0b0f..b24a1b6 100644 --- a/secure/usr.sbin/sendmail/Makefile +++ b/secure/usr.sbin/sendmail/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.12 (Berkeley) 5/29/95 VER= XX -SUBDIR= src mailstats makemap praliases cf/cf +SUBDIR= src mailstats makemap praliases shmrsh cf/cf FTPDIR= mastodon:/disks/barad-dur/ftp/sendmail/. DISTFILES=sendmail.${VER}.tar.Z sendmail.${VER}.tar.gz \ RELEASE_NOTES FAQ KNOWNBUGS |