RPM ossec-wui-0.3 doesn't create ./tmp or set perms, uid/gid
Posted: Wed Sep 29, 2010 7:20 pm
The rpm for "ossec-wui-0.3-1.fc6.art.noarch.rpm" doesn't do the following
create the "tmp" directory in "/usr/share/ossec-wui/".
set permissions for the tmp directory.
set uid/gid for /usr/share/ossec-wui/tmp
This is required for search to work.
If apache isn't the web user then it needs to be what ever that is (www/etc).
Also it would be nice to have a src.rpm so people can fix their own copy of it.
create the "tmp" directory in "/usr/share/ossec-wui/".
Code: Select all
mkdir /usr/share/ossec-wui/tmp
Code: Select all
chmod 770 /usr/share/ossec-wui/tmp/
Code: Select all
chown apache:apache /usr/share/ossec-wui/tmp/
If apache isn't the web user then it needs to be what ever that is (www/etc).
Also it would be nice to have a src.rpm so people can fix their own copy of it.