James Morris
|
fe6c59dc17
Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into next
|
10 years ago |
Kees Cook
|
221272f97c
seccomp: swap hard-coded zeros to defined name
|
10 years ago |
Tycho Andersen
|
13c4a90119
seccomp: add ptrace options for suspend/resume
|
10 years ago |
Pranith Kumar
|
8225d3853f
seccomp: Replace smp_read_barrier_depends() with lockless_dereference()
|
10 years ago |
Daniel Borkmann
|
ac67eb2c53
seccomp, filter: add and use bpf_prog_create_from_user from seccomp
|
10 years ago |
Nicolas Schichan
|
d9e12f42e5
seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter
|
10 years ago |
Kees Cook
|
580c57f107
seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNO
|
10 years ago |
Linus Torvalds
|
ba1a96fc7d
Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
10 years ago |
Daniel Borkmann
|
60a3b2253c
net: bpf: make eBPF interpreter images read-only
|
11 years ago |
Andy Lutomirski
|
d39bd00dea
seccomp: Allow arch code to provide seccomp_data
|
11 years ago |
Andy Lutomirski
|
13aa72f0fd
seccomp: Refactor the filter callback and the API
|
11 years ago |
Andy Lutomirski
|
a4412fc948
seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
|
11 years ago |
Guenter Roeck
|
69f6a34bde
seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock
|
11 years ago |
Linus Torvalds
|
ae045e2455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
11 years ago |
Alexei Starovoitov
|
7ae457c1e5
net: filter: split 'struct sk_filter' into socket and bpf parts
|
11 years ago |
Alexei Starovoitov
|
8fb575ca39
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
|
11 years ago |
Alexei Starovoitov
|
4df95ff488
net: filter: rename sk_chk_filter() -> bpf_check_classic()
|
11 years ago |
Alexei Starovoitov
|
2695fb552c
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
|
11 years ago |
Kees Cook
|
c2e1f2e30d
seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
|
11 years ago |
Kees Cook
|
3ba2530cc0
seccomp: allow mode setting across threads
|
11 years ago |
Kees Cook
|
dbd952127d
seccomp: introduce writer locking
|
11 years ago |
Kees Cook
|
c8bee430dc
seccomp: split filter prep from check and apply
|
11 years ago |
Kees Cook
|
1d4457f999
sched: move no_new_privs into new atomic flags
|
11 years ago |
Kees Cook
|
48dc92b9fc
seccomp: add "seccomp" syscall
|
11 years ago |
Kees Cook
|
3b23dd1284
seccomp: split mode setting routines
|
11 years ago |
Kees Cook
|
1f41b45041
seccomp: extract check/assign mode helpers
|
11 years ago |
Kees Cook
|
d78ab02c2c
seccomp: create internal mode-setting function
|
11 years ago |
Linus Torvalds
|
f9da455b93
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
11 years ago |
Fabian Frederick
|
119ce5c8b9
kernel/seccomp.c: kernel-doc warning fix
|
11 years ago |
Daniel Borkmann
|
3480593131
net: filter: get rid of BPF_S_* enum
|
11 years ago |