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 153619 Details for
Bug 238137
SELinux blocks logwatch from access to clamav logs
[?]
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 against serefpolicy-2.4.6 to give logwatch access to clamav logs
serefpolicy-2.4.6-logwatch-clamav.patch (text/plain), 1.15 KB, created by
Martin Poole
on 2007-04-27 13:09:50 UTC
(
hide
)
Description:
patch against serefpolicy-2.4.6 to give logwatch access to clamav logs
Filename:
MIME Type:
Creator:
Martin Poole
Created:
2007-04-27 13:09:50 UTC
Size:
1.15 KB
patch
obsolete
>--- serefpolicy-2.4.6/policy/modules/services/clamav.if.orig 2006-11-29 17:04:49.000000000 +0000 >+++ serefpolicy-2.4.6/policy/modules/services/clamav.if 2007-04-26 17:27:34.000000000 +0100 >@@ -102,3 +102,27 @@ interface(`clamav_domtrans_clamscan',` > allow clamscan_t $1:fifo_file rw_file_perms; > allow clamscan_t $1:process sigchld; > ') >+ >+######################################## >+## <summary> >+## Allow the specified domain to read >+## clamav log files. >+## </summary> >+## <param name="domain"> >+## <summary> >+## Domain allowed access. >+## </summary> >+## </param> >+## <rolecap/> >+# >+interface(`clamav_read_log',` >+ gen_require(` >+ type clamd_var_log_t; >+ ') >+ >+ logging_search_logs($1) >+ allow $1 clamd_var_log_t:dir r_dir_perms; >+ allow $1 clamd_var_log_t:file r_file_perms; >+ allow $1 clamd_var_log_t:lnk_file { getattr read }; >+') >+ >--- serefpolicy-2.4.6/policy/modules/admin/logwatch.te.orig 2006-11-29 17:04:49.000000000 +0000 >+++ serefpolicy-2.4.6/policy/modules/admin/logwatch.te 2007-04-26 17:30:26.000000000 +0100 >@@ -126,3 +126,7 @@ optional_policy(` > optional_policy(` > samba_read_log(logwatch_t) > ') >+ >+optional_policy(` >+ clamav_read_log(logwatch_t) >+')
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 238137
: 153619