On Mon, Jan 19, 2009 at 03:09:09PM +0100, Jan Pazdziora wrote: > > while working on SELinux, I see that httpd opens logs (via rhnLog.py) > for reading. I plan to change the mode from a+ to a, via change below.
[...] > - self.fd = open(self.file, "a+", 1) > + self.fd = open(self.file, "a", 1) Done, pushed to repo. -- Jan Pazdziora Satellite Engineering, Red Hat _______________________________________________ Spacewalk-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-devel
