Skip to content

Instantly share code, notes, and snippets.

@ppiao
ppiao / gsoc-2018-process.md
Last active May 15, 2018 12:45
GSoC 2018 process.
  • Feedback

    • [An option to explicitly enable/disable seccomp-based filter][2018-March-008078]

    • [Runtime check for the seccomp semantics implemented by the kernel][2018-March-008078]

      • [Check at runtime whether the kernel implements 4.8+ or older seccomp][2018-March-008084]
    • [Optimization of the BPF code][2018-March-008078]

    • [Take more time in integrating with the upcoming advanced filtering syntax][2018-March-008078]

    • [Use traditional PTRACE_SYSCALL filtering is "strace -p"][2018-March-008084]

@ppiao
ppiao / ptrace-and-seccomp.md
Last active April 4, 2018 16:01
Some useful materials about ptrace and seccomp I collected.
  • ptrace

    • [ptrace(2) - Linux manual page][ptrace-man]
    • [How does strace work?][how-strace-work]

  • seccomp

    • [Linux kernel Documentation][seccomp-documention]
@ppiao
ppiao / strace-netlink-socket-parsers.md
Last active April 5, 2018 15:54
strace GSoC 2017 proposal: netlink socket parsers
@ppiao
ppiao / strace-using-seccomp-assisted-syscall-filtering.md
Last active March 27, 2018 15:33
strace GSoC 2018 proposal: seccomp-assisted syscall filtering
  • About Me

    • My name is Chen Jingpiao, a junior student in Guangdong Pharmaceutical University, majoring in Computer Science and Technology.
    • I am familiar with C, Linux and tools: Git, vim, GCC, GDB, find, grep, diff, makefile etc.
    • I am an Open Source enthusiast and accepted [strace GSoC 2017 netlink socket parsers][GSoC-2017] project.