should I include duplicate services in my service groups like:
(just an example)
{mail_services}:
-DNS
-POP3
-SMTP
{ftp_service}
-DNS
-FTP
OR
{mail_services}:
-POP3
-SMTP
{ftp_service}
-FTP
and a seperate rule allowing:
-DNS
My logic in duplicating the service (in this example DNS) is that when asl reads the rule for a user checking mail, asl has all it needs in that one rules as opposed to having to read a second rule to allow for DNS.
I know this is why service groups exist but what I'm wondering is if I should include services like DNS in all the service group that require it or have DNS as one 'standalone' rule?
This thread was automatically locked due to age.