grsecurity,apache and __connect__?
Posted: Tue Dec 12, 2006 8:02 am
i`m setting up grsecurity acls for apache webserver and have such message in logs:
The question is: why apache needs to __connect__ ? As i understand, bind should be enough.
Adding connect part to ACL removes problem, but i want to know what is happening.
i asked apache people and they claim that apache doesn`t do connect(). I`ve straced apache process and only thing i found was:
what do you think about all this ?
- Code: Select all
.../usr/sbin/apache2 denied connect() to 0.0.0.0 port 443 stream tcp ...
The question is: why apache needs to __connect__ ? As i understand, bind should be enough.
Adding connect part to ACL removes problem, but i want to know what is happening.
i asked apache people and they claim that apache doesn`t do connect(). I`ve straced apache process and only thing i found was:
24414 connect(5, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
what do you think about all this ?