Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 149051 Details for
Bug 230626
"service auditd status" should work for any user
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch (diff -up) to implement auditd status command for normal user
auditd.normal-user-status.patch (text/plain), 671 bytes, created by
Tony Nelson
on 2007-03-01 21:17:28 UTC
(
hide
)
Description:
patch (diff -up) to implement auditd status command for normal user
Filename:
MIME Type:
Creator:
Tony Nelson
Created:
2007-03-01 21:17:28 UTC
Size:
671 bytes
patch
obsolete
>--- /etc/rc.d/init.d/auditd.orig 2007-02-21 18:00:25.000000000 -0500 >+++ /etc/rc.d/init.d/auditd 2007-03-01 16:04:20.000000000 -0500 >@@ -25,8 +25,18 @@ PATH=/sbin:/bin:/usr/bin:/usr/sbin > # Source function library. > . /etc/init.d/functions > >+prog="auditd" >+ > # Check that we are root ... so non-root users stop here >-test $EUID = 0 || exit 4 >+test $EUID = 0 || { >+ case "$1" in >+ status) >+ status $prog >+ exit 0 >+ ;; >+ esac >+ exit 4 >+} > > # Check config > test -f /etc/sysconfig/auditd && . /etc/sysconfig/auditd >@@ -36,8 +46,6 @@ test -f /etc/audit/auditd.conf || exit > > RETVAL=0 > >-prog="auditd" >- > start(){ > echo -n $"Starting $prog: " >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230626
: 149051