From 6ba3b3888db6aac08c8f7627861ab78f7eea09ef Mon Sep 17 00:00:00 2001 From: pst Date: Sun, 21 Apr 1996 19:48:07 +0000 Subject: 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. --- secure/usr.sbin/sendmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secure') 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 -- cgit v1.1