upenn-acg/ProcessCache

Remove unnecessary syscalls from intercepted set

Closed this issue · 3 comments

krs85 commented

Currently intercepting extra syscalls we don't really need. TODO list them here. Also, remove the extra logging that goes along with them!

As a side note: the logging in general should be cleaned up, but it's not my highest priority and I don't want to add yet another issue right now.

Lmk if you need helping getting the seccomp filter stuff working. I'm pretty experienced with it. I can work on fixing the logging! I'll make an issue for myself about that.

krs85 commented

Thanks! I started trying to understand the seccomp stuff yesterday, but I may need your help with it.

krs85 commented

Done by @gatoWololo in #16.