ipfw: socket: Operation not permitted
ip6fw: socket: Protocol not supported
Network interface status:
netstat: kvm not available
ifnet: symbol not defined
I think it might be worth mentioning in the manpage when setting up a jail to add the following to /etc/periodic.conf:
daily_status_network_enable="NO"
daily_status_security_ipfwdenied_enable="NO"
daily_status_security_ipfdenied_enable="NO"
daily_status_security_pfdenied_enable="NO"
daily_status_security_ipfwlimit_enable="NO"
daily_status_security_ip6fwdenied_enable="NO"
daily_status_security_ipf6denied_enable="NO"
daily_status_security_ip6fwlimit_enable="NO"
This will stop the tests that are trying to run commands that aren't valid inside of a jail because they don't have access to those resources.
>How-To-Repeat:
Setup a full blown jail. Let it run over night. Examine the output of the periodic emails.
>Fix:
see above
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freeb...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc...@freebsd.org"