Bug 448904 - rshd fails when running on kernel without AUDIT support
Summary: rshd fails when running on kernel without AUDIT support
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rsh
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Adam Tkac
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-29 13:08 UTC by Pete Wyckoff
Modified: 2013-04-30 23:39 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-10-03 12:15:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Pete Wyckoff 2008-05-29 13:08:20 UTC
rshd refuses all logins when audit is not enabled in the kernel
rsh-server-0.17-50.fc9.x86_64.  Build and boot a new kernel
without CONFIG_AUDIT, or disable it at boot.
Use rsh from another machine; with .rhosts access for instance.
Instead of a shell prompt, rshd sends back the string
"Error sending audit event." and rsh exits.
It looks like this happens due to the patch netkit-rsh-0.17-audit.patch
where calls to audit_log_acct_message() via log_audit() will
fail with -ECONNREFUSED.  Instead, rshd should notice this error
and continue with login in spite of the missing audit logging system.

Comment 1 Adam Tkac 2008-10-03 12:15:04 UTC
fixed in rawhide rsh-0.17-51.fc10. I'm not going to fix this problem in F9. If you think this issue should be fixed in F9 as well, please reopen.


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