5
edits
No edit summary |
|||
Line 52: | Line 52: | ||
* Write code that uses Netlink protocol. | * Write code that uses Netlink protocol. | ||
* Receive Audit Messages from kernel. | * Receive Audit Messages from kernel. | ||
=== 2014-09-03 === | |||
[https://etherpad.mozilla.org/YnR9hhqutn (Etherpad Index)] | |||
[https://github.com/AALEKH/Audit-Go/ Project Code] | |||
Current Work: | |||
* Wrote Netlink code for recieving audit messages (Code present in testing branch of the repository). | |||
* Recieved invalid argument error while running the code. | |||
* Problem probably due Header type argument. | |||
Discussion Point: | |||
* Cause of invalid Argument | |||
* Debugging techniques in linux | |||
* Problem in implementing strace | |||
Upcoming Work: | |||
* Take refererence from libaudit.h and insert some other proto decimal code | |||
* Use strace tool to got through netlink execution | |||
** Use sudo -s and then strace -f go run <filename> | |||
* Study strace and ltrace documentation | |||
=== <date> === | === <date> === |
edits