Bill Landry wrote: > > Thoughts anyone...? > > I would also still like to know if there is a way to determine the > uid/gid set during ./configure after clamav has been installed at the > original build directory deleted. > > Thanks, > > Bill
Unless you are running clamscan as root the owner will be who ever started the process running regardless of the defined uid/gid. ./configure --help offers: --with-user=uid name of the clamav user (default=clamav) --with-group=gid name of the clamav group (default=clamav) --disable-clamav disable test for clamav user/group It is possible that the default user is undefined in the case where you disable the test and allow using a non-existing account name. dp _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://lurker.clamav.net/list/clamav-users.html
