在这里详述 ZhouyiZHOU/Security regression tests. I will mainly follow the case of people.freebsd.org/~pho/stress/src/stress2.tgz, and I will add mandatory access control and audit specific feature into stress2.tgz.

For example, in stress2 package the file rw/rw.c, I will add:

#ifdefine MAC

nomac:

#endif

And I will add a poll directory which using poll system call in the system with SEBSD and audit to test the audit system's ability to handle the extrodinary long audit record. (because in the poll system call, the SEBSD will generate the audit data of same content again and again until timeout).

As for cryptography subsystems, modify tcp.c in stress2 to connect to a remote machine with IPSec configured. using system("setkey ...") to setup IPSec key before the connect system call. On a remote machine writing a echo server, which will automaticly echo the data transfer to it.

As for testing of PF firewall I am also want to modify tcp.c and udp.c in stress2 to connect to a remote machine with a echo server. And also beforce the connect system call, I will using system("pfctl ...") to configure the PF firewall parameters. And I will add a icmp.c to test the icmp package handling of PF firewall

Lastly, I will borrow the ideas from lmbench to test performance of FreeBSD security subsystems

ZhouyiZHOU/Security_regression_tests (last edited 2008-06-17T21:38:25+0000 by anonymous)