Kernel part finished

Hi,I’ve just finished with the kernel part of my project. I’ve introduced some new features to auditpipe. Specifically, it’s now possibile to set up a trail which will trace by pid or by an events’ list associated to a specific pid. To specify which of the tracing capability you’d like to have in your trail you just have to select it with ioctl. Now it’s also possible to retrieve information about pid and events for a specific trail. To manage the events array I’ve used qsort to sort in ascending order the array and binary search to performe searches for specific events. If you like to see the code you’ll find it in my perforce repository.From now on I will mainly focus on regression tests. When I have something done, I’ll leave a post here. 

Leave a Reply