Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6d7c157fc706c173b720f0bae58e7a88ccfbeb9f
/
kernel
/
seccomp.c
103502a
seccomp: always propagate NO_NEW_PRIVS on tsync
by Jann Horn
· 9 years ago
f8e529e
seccomp, ptrace: add support for dumping seccomp filters
by Tycho Andersen
· 9 years ago
bab1899
bpf, seccomp: prepare for upcoming criu support
by Daniel Borkmann
· 9 years ago
fe6c59d
Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into next
by James Morris
· 9 years ago
221272f
seccomp: swap hard-coded zeros to defined name
by Kees Cook
· 10 years ago
13c4a90
seccomp: add ptrace options for suspend/resume
by Tycho Andersen
· 10 years ago
8225d38
seccomp: Replace smp_read_barrier_depends() with lockless_dereference()
by Pranith Kumar
· 10 years ago
ac67eb2
seccomp, filter: add and use bpf_prog_create_from_user from seccomp
by Daniel Borkmann
· 10 years ago
d9e12f4
seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter
by Nicolas Schichan
· 10 years ago
580c57f
seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO
by Kees Cook
· 10 years ago
ba1a96f
Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
60a3b22
net: bpf: make eBPF interpreter images read-only
by Daniel Borkmann
· 10 years ago
d39bd00
seccomp: Allow arch code to provide seccomp_data
by Andy Lutomirski
· 10 years ago
13aa72f
seccomp: Refactor the filter callback and the API
by Andy Lutomirski
· 10 years ago
a4412fc
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
by Andy Lutomirski
· 10 years ago
69f6a34
seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock
by Guenter Roeck
· 10 years ago
ae045e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
7ae457c
net: filter: split 'struct sk_filter' into socket and bpf parts
by Alexei Starovoitov
· 10 years ago
8fb575c
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
by Alexei Starovoitov
· 10 years ago
4df95ff
net: filter: rename sk_chk_filter() -> bpf_check_classic()
by Alexei Starovoitov
· 10 years ago
2695fb5
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
by Alexei Starovoitov
· 10 years ago
c2e1f2e
seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
by Kees Cook
· 11 years ago
3ba2530
seccomp: allow mode setting across threads
by Kees Cook
· 11 years ago
dbd95212
seccomp: introduce writer locking
by Kees Cook
· 11 years ago
c8bee43
seccomp: split filter prep from check and apply
by Kees Cook
· 11 years ago
1d4457f
sched: move no_new_privs into new atomic flags
by Kees Cook
· 11 years ago
48dc92b
seccomp: add "seccomp" syscall
by Kees Cook
· 11 years ago
3b23dd1
seccomp: split mode setting routines
by Kees Cook
· 11 years ago
1f41b450
seccomp: extract check/assign mode helpers
by Kees Cook
· 11 years ago
d78ab02
seccomp: create internal mode-setting function
by Kees Cook
· 11 years ago
f9da455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
119ce5c
kernel/seccomp.c: kernel-doc warning fix
by Fabian Frederick
· 11 years ago
3480593
net: filter: get rid of BPF_S_* enum
by Daniel Borkmann
· 11 years ago
5fe821a
net: filter: cleanup invocation of internal BPF
by Alexei Starovoitov
· 11 years ago
8f577ca
seccomp: JIT compile seccomp filter
by Alexei Starovoitov
· 11 years ago
0acf07d
seccomp: fix memory leak on filter attach
by Kees Cook
· 11 years ago
2eac764
seccomp: fix populating a0-a5 syscall args in 32-bit x86 BPF
by Daniel Borkmann
· 11 years ago
0b74717
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 11 years ago
bea8031
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 11 years ago
bd4cf0e
net: filter: rework/optimize internal BPF interpreter's instruction set
by Alexei Starovoitov
· 11 years ago
5e937a9
syscall_get_arch: remove useless function arguments
by Eric Paris
· 11 years ago
864f32a
kernel: Mark function as static in kernel/seccomp.c
by Rashika Kheria
· 11 years ago
d132747
seccomp: allow BPF_XOR based ALU instructions.
by Nicolas Schichan
· 12 years ago
87b526d
seccomp: Make syscall skipping and nr changes more consistent
by Andy Lutomirski
· 12 years ago
8156b45
seccomp: fix build warnings when there is no CONFIG_SECCOMP_FILTER
by Will Drewry
· 13 years ago
fb0fadf
ptrace,seccomp: Add PTRACE_SECCOMP support
by Will Drewry
· 13 years ago
bb6ea43
seccomp: Add SECCOMP_RET_TRAP
by Will Drewry
· 13 years ago
acf3b2c
seccomp: add SECCOMP_RET_ERRNO
by Will Drewry
· 13 years ago
3dc1c1b
seccomp: remove duplicated failure logging
by Kees Cook
· 13 years ago
e2cfabdf
seccomp: add system call filtering using BPF
by Will Drewry
· 13 years ago
85e7bac3
seccomp: audit abnormal end to a process due to seccomp
by Eric Paris
· 13 years ago
5b10174
x86-64: seccomp: fix 32/64 syscall hole
by Roland McGrath
· 16 years ago
cf99aba
make seccomp zerocost in schedule
by Andrea Arcangeli
· 17 years ago
1d9d02f
move seccomp from /proc to a prctl
by Andrea Arcangeli
· 17 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago