Skip to content
  • Will Drewry's avatar
    Documentation: prctl/seccomp_filter · 8ac270d1
    Will Drewry authored
    
    
    Documents how system call filtering using Berkeley Packet
    Filter programs works and how it may be used.
    Includes an example for x86 and a semi-generic
    example using a macro-based code generator.
    
    Acked-by: default avatarEric Paris <eparis@redhat.com>
    Signed-off-by: default avatarWill Drewry <wad@chromium.org>
    Acked-by: default avatarKees Cook <keescook@chromium.org>
    
    v18: - added acked by
         - update no new privs numbers
    v17: - remove @compat note and add Pitfalls section for arch checking
           (keescook@chromium.org)
    v16: -
    v15: -
    v14: - rebase/nochanges
    v13: - rebase on to 88ebdda6
    v12: - comment on the ptrace_event use
         - update arch support comment
         - note the behavior of SECCOMP_RET_DATA when there are multiple filters
           (keescook@chromium.org)
         - lots of samples/ clean up incl 64-bit bpf-direct support
           (markus@chromium.org)
         - rebase to linux-next
    v11: - overhaul return value language, updates (keescook@chromium.org)
         - comment on do_exit...
    8ac270d1