diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-04-21 19:48:07 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-04-21 19:48:07 +0000 |
commit | 0abdd9956c7b6e47dc7c55506b55f0c3a52a5872 (patch) | |
tree | bf8b4e1a8833a431e6ca80bf9550f228d572542d /secure/usr.sbin/sendmail/Makefile | |
parent | 98c61c634d8f074c0f153ec5f00c512ce929482e (diff) | |
download | src-0abdd9956c7b6e47dc7c55506b55f0c3a52a5872.tar.gz src-0abdd9956c7b6e47dc7c55506b55f0c3a52a5872.zip |
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.
Notes
Notes:
svn path=/head/; revision=15338
Diffstat (limited to 'secure/usr.sbin/sendmail/Makefile')
-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 2dc0b0fd7b50..b24a1b68c2a8 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 |