Bug 119360 - laus support for vixie-cron
Summary: laus support for vixie-cron
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: vixie-cron
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jason Vas Dias
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-29 21:06 UTC by Chris Runge
Modified: 2007-11-30 22:07 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-01 20:40:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Chris Runge 2004-03-29 21:06:16 UTC
Description of problem:

vixie-cron in RHEL 3 U2 needs to be modified to add support for laus.
Short-term solution from Charlie Bennett:

[ -x /usr/sbin/aurun -a ! -x /usr/sbin/crond.nolaus ] && {
   mv /usr/sbin/crond /usr/sbin/crond.nolaus
   cat > /usr/sbin/crond <<!
#!/bin/bash
[ -x /usr/sbin/crond.nolaus ] && exec /usr/sbin/aurun
/usr/sbin/crond.nolaus "\$@"
!
   chmod +x /usr/sbin/crond
   service crond stop
   service crond start
}

Comment 1 Florian La Roche 2004-04-12 16:31:43 UTC
Why is this needed? Can anything else be done to improve the situation?

Comment 3 Charlie Bennett 2004-06-23 19:33:11 UTC
This has been corrected with modifications to vixie-cron.  There is
now low-level auditing of cron jobs featuring the correct uid/gid in
the logs.


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