aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/seccomp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-1/+1
2017-10-10seccomp: make function __get_seccomp_filter staticColin Ian King1-1/+1
2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-08-14seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook1-2/+7
2017-08-14seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook1-6/+16
2017-08-14seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook1-18/+21
2017-08-14seccomp: Action to log before allowingTyler Hicks1-5/+18
2017-08-14seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks1-6/+20
2017-08-14seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks1-3/+168
2017-08-14seccomp: Operation for checking if an action is availableTyler Hicks1-0/+26
2017-08-14seccomp: Sysctl to display available actionsTyler Hicks1-0/+51
2017-08-14seccomp: Provide matching filter for introspectionKees Cook1-3/+15
2017-06-26seccomp: Switch from atomic_t to recount_tKees Cook1-5/+5
2017-06-26seccomp: Clean up core dump logicKees Cook1-3/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-23seccomp: Only dump core when single-threadedKees Cook1-5/+8
2017-01-23seccomp: dump core when using SECCOMP_RET_KILLMike Frysinger1-8/+21
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+3
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann1-1/+1
2016-11-01seccomp: Fix documentationMickaël Salaün1-4/+3
2016-08-30seccomp: Fix tracer exit notifications during fatal signalsKees Cook1-4/+8
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-3/+3
2016-06-14seccomp: recheck the syscall after RET_TRACEKees Cook1-3/+18
2016-06-14seccomp: remove 2-phase APIKees Cook1-88/+41
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-2/+2
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-10/+3
2016-05-13secomp: Constify mode1 syscall whitelistMatt Redfearn1-2/+2
2016-05-13seccomp: Get compat syscalls from asm-generic headerMatt Redfearn1-8/+1
2016-05-04seccomp: Fix comment typoMickaël Salaün1-1/+1
2016-03-22seccomp: check in_compat_syscall, not is_compat_task, in strict modeAndy Lutomirski1-2/+2
2016-01-27seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn1-11/+11
2015-10-27seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen1-1/+75
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann1-2/+2
2015-07-20Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into nextJames Morris1-5/+12
2015-07-15seccomp: swap hard-coded zeros to defined nameKees Cook1-1/+1
2015-07-15seccomp: add ptrace options for suspend/resumeTycho Andersen1-0/+8
2015-07-15seccomp: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar1-4/+3
2015-05-09seccomp, filter: add and use bpf_prog_create_from_user from seccompDaniel Borkmann1-30/+12
2015-05-09seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filterNicolas Schichan1-46/+22
2015-02-17seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOKees Cook1-1/+3
2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-81/+171
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-4/+3
2014-09-03seccomp: Allow arch code to provide seccomp_dataAndy Lutomirski1-13/+19
2014-09-03seccomp: Refactor the filter callback and the APIAndy Lutomirski1-66/+124
2014-09-03seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computingAndy Lutomirski1-19/+45
2014-08-11seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lockGuenter Roeck1-5/+5
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-10/+10
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-5/+5