[Bug 441378] Review Request: smokeping - Latency Logging and Graphing System

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=441378





--- Comment #31 from manuel wolfshant <wolfy@xxxxxxxxxxxxxxxxxx>  2008-10-24 06:52:34 EDT ---
Excellent, everything seems OK, package is APPROVED


However, for a smoother experience, please add to the README.fedora file that
SELinux will prevent by default smokeping from working, unless a couple of
commands are used to change the context. My preliminary tests in rawhide have
shown that the following two commands are needed at least:
   chcon -v -R --type=httpd_sys_script_exec_t /usr/share/smokeping/cgi/
   chcon -v -R --type=httpd_sys_content_t /var/lib/smokeping/
A few other rules are needed, because I still get some errors. audit2allow says
the following policy is needed:

module smokeudpsocket 1.0;

require {
        type httpd_sys_script_t;
        class udp_socket connect;
}

#============= httpd_sys_script_t ==============
allow httpd_sys_script_t self:udp_socket connect;


As my config is very small and uses very few of smokeping's facilities, I am
almost sure other rules are also needed.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-package-review

[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]