Bug 152282 - Incorrect path to selinuxenabled in /etc/init.d/sendmail
Summary: Incorrect path to selinuxenabled in /etc/init.d/sendmail
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: sendmail
Version: 4.0
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
: ---
Assignee: Thomas Woerner
QA Contact: David Lawrence
URL:
Whiteboard:
: 167075 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-27 10:50 UTC by Gilles CHAUVIN
Modified: 2008-12-11 18:18 UTC (History)
4 users (show)

Fixed In Version: RHSA-2007-0252
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-05-01 17:11:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2007:0252 0 normal SHIPPED_LIVE Low: sendmail security and bug fix update 2007-05-01 17:11:07 UTC

Description Gilles CHAUVIN 2005-03-27 10:50:40 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050102 Firefox/1.0

Description of problem:
The path to selinuxenabled is incorrect in /etc/init.d/sendmail.

Version-Release number of selected component (if applicable):
sendmail-8.13.1-2

How reproducible:
Always

Steps to Reproduce:
N/A

Actual Results:  Line #61 is:
if [ -x /usr/bin/selinuxenabled ] && /usr/bin/selinuxenabled; then

Expected Results:  Should be:
if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then

Additional info:

# which selinuxenabled
/usr/sbin/selinuxenabled

Comment 1 RHEL Program Management 2006-08-18 17:46:51 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 3 Thomas Woerner 2007-01-22 15:30:55 UTC
*** Bug 167075 has been marked as a duplicate of this bug. ***

Comment 7 Red Hat Bugzilla 2007-05-01 17:11:18 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on the solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHSA-2007-0252.html



Note You need to log in before you can comment on or make changes to this bug.