Closed chelseakomlo closed 8 years ago
@olabini how do we know if a policy is a whitelist or blacklist? We don't have that distinction for a policy right now, just default positive and negative actions.
See #24
I believe this could be related to #20- we only compare syscalls to current syscall (32 bits)
Hm. There is something more I think.
I think we should make this customizable what happens. Basically, we should have a parameter X32_ABI_action that triggers if the X32_SYSCALL_BIT is set.
That should give the same behavior, if you compile with "kill" as the x32_abi_action.
This is done now.
In a blacklist, kill if NR > X32_SYSCALL_BIT-1