
| Anonymous | Login | Signup for a new account | 2010-02-09 07:41 CET |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000156 | [Endian Firewall] Application Level Proxies | minor | always | 2007-04-05 11:32 | 2009-10-27 13:01 | ||||
| Reporter | buzzzo | View Status | public | ||||||
| Assigned To | simon | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 2.1 | ||||||
| Summary | 0000156: Havp Whitelist are not applied to havp conf | ||||||||
| Description |
When i save an havp whitelist tru web gui it will be saved on /var/efw/havp/whitelist , but it seems that the python script doesn't write the whitelist on /etc/havp . So the result is that havp doesn't use the whitelist provided from the web gui . Is it a bug ? Thx |
||||||||
| Additional Information | |||||||||
| Tags | needsfix | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0000279) peter (administrator) 2007-04-12 19:54 |
in havp.conf the place for the whitelist is set to /etc/havp/whitelist, which is a symbolic link to /var/efw/havp/whitelist, so this should not be a problem. try to open /etc/havp/whitelist with an editor, you should see the same content as in /var/efw/havp/whitelist |
|
(0000287) buzzzo (reporter) 2007-04-16 10:38 |
As far as I remember the file was not a simlink , but was a empty file . I've resolved the problem modifying the restarthavp.py and adding a simple check of the whitelist file and copy it on the right place (/etc/whitelist). I suggest adding code on the script to check if the link exists and if not, creating it . Thx |
|
(0000293) detlef (reporter) 2007-04-24 23:30 |
Hi, whitelist dosn“t work for me. Have installed efw-2.1 on four boxes and it never works. In the whitlist are two entries: www.testvirus.de/* www.eicar.org/* every time i download a testvirus, havp is blocking this. on my boxes the symlink and /etc/havp/whitelist does exist. Detlef |
|
(0000315) buzzzo (reporter) 2007-05-08 18:38 |
So ... how about this bug ? I think it should be closed ... the problem is acknowleged and the solution is simply to create the simlink . |
|
(0000317) peter (administrator) 2007-05-10 17:32 |
thank you very much for pointing out to close the issue. this is what we need to keep the tracker clean. |
|
(0001767) lucagiove (developer) 2008-11-04 14:01 |
Same problem of original issue. That appends on efw enterprise 2.2 and also development version. |
|
(0001822) simon (developer) 2008-11-21 17:58 |
- if /etc/havp/whitelist is not a symlink but a file the file is moved to /var/efw/havp/whitelist, owner is set to nobody:nobody and a symlink is created (0000156) - if /etc/havp/whitelist is not a symlink and does not exist a symlink is created (0000156) - if /var/efw/havp/whitelist does not exist it is touched and owner is set to nobody:nobody (0000156) |
| Mantis [^] Copyright © 2000 - 2008 Mantis Group |