Manabu Sugimoto

Results 64 comments of Manabu Sugimoto

@pcmoore @drakenclimber I'd appreciate it if you could answer at your convenience.

@pcmoore Thank you for your comment. >without a "syscall == -1" allow filter rule, the seccomp filter would reject the syscall skip before the kernel got to the skip line...

Thank you for considering review it. It would be helpful. > As a reminder, SCMP_FLTATR_API_TSKIP is disabled by default. Yes, so I didn't enable the `SCMP_FLTATR_API_TSKIP` attribute in the reproducer...

@KentaTada Thank you for the introduction! Hello, @pcmoore, @drakenclimber As described above, we are developing the [libseccomp-rs](https://github.com/ManaSugi/libseccomp-rs) that is a set of projects (high-level bindings, low-level bindings, and tool for...

@pcmoore Thank you for your valuable opinion. >I definitely prefer bindings which are generated by hand over automated bindings; they tend to hold up better over the long >run. This...

Thank you very much for the review of our crate, @drakenclimber. >After looking at the Rust documentation, are you using the unsafe block for the pointer dereference? Would it be...

@drakenclimber, Thank you for the kind reply. I'm sorry, I misunderstood about the automated tests, but now I understand that. Do you mean that we should aggregate tests all in...