aboutsummaryrefslogtreecommitdiff
path: root/kernel/seccomp.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-36/+90
2018-05-08seccomp: Don't special case audited processes when loggingGravatar Tyler Hicks 1-10/+7
2018-05-08seccomp: Audit attempts to modify the actions_logged sysctlGravatar Tyler Hicks 1-9/+49
2018-05-08seccomp: Configurable separator for the actions_logged stringGravatar Tyler Hicks 1-6/+7
2018-05-08seccomp: Separate read and write code for actions_logged sysctlGravatar Tyler Hicks 1-22/+38
2018-05-05seccomp: Move speculation migitation control to arch codeGravatar Thomas Gleixner 1-13/+2
2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationGravatar Kees Cook 1-8/+11
2018-05-05seccomp: Use PR_SPEC_FORCE_DISABLEGravatar Thomas Gleixner 1-1/+1
2018-05-03seccomp: Enable speculation flaw mitigationsGravatar Kees Cook 1-0/+17
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar James Morris 1-2/+4
2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyGravatar Tycho Andersen 1-2/+4
2018-01-31Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-30/+76
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityGravatar Eric W. Biederman 1-1/+1
2017-11-28ptrace, seccomp: add support for retrieving seccomp metadataGravatar Tycho Andersen 1-0/+33
2017-11-28seccomp: hoist out filter resolving logicGravatar Tycho Andersen 1-32/+45
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Gravatar Will Deacon 1-1/+1
2017-10-10seccomp: make function __get_seccomp_filter staticGravatar Colin Ian King 1-1/+1
2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Gravatar Oleg Nesterov 1-7/+16
2017-08-14seccomp: Implement SECCOMP_RET_KILL_PROCESS actionGravatar Kees Cook 1-2/+7
2017-08-14seccomp: Introduce SECCOMP_RET_KILL_PROCESSGravatar Kees Cook 1-6/+16
2017-08-14seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADGravatar Kees Cook 1-18/+21
2017-08-14seccomp: Action to log before allowingGravatar Tyler Hicks 1-5/+18
2017-08-14seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWGravatar Tyler Hicks 1-6/+20
2017-08-14seccomp: Sysctl to configure actions that are allowed to be loggedGravatar Tyler Hicks 1-3/+168
2017-08-14seccomp: Operation for checking if an action is availableGravatar Tyler Hicks 1-0/+26
2017-08-14seccomp: Sysctl to display available actionsGravatar Tyler Hicks 1-0/+51
2017-08-14seccomp: Provide matching filter for introspectionGravatar Kees Cook 1-3/+15
2017-06-26seccomp: Switch from atomic_t to recount_tGravatar Kees Cook 1-5/+5
2017-06-26seccomp: Clean up core dump logicGravatar Kees Cook 1-3/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-23seccomp: Only dump core when single-threadedGravatar Kees Cook 1-5/+8
2017-01-23seccomp: dump core when using SECCOMP_RET_KILLGravatar Mike Frysinger 1-8/+21
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-4/+3
2016-11-27bpf: drop unnecessary context cast from BPF_PROG_RUNGravatar Daniel Borkmann 1-1/+1
2016-11-01seccomp: Fix documentationGravatar Mickaël Salaün 1-4/+3
2016-08-30seccomp: Fix tracer exit notifications during fatal signalsGravatar Kees Cook 1-4/+8
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-3/+3
2016-06-14seccomp: recheck the syscall after RET_TRACEGravatar Kees Cook 1-3/+18
2016-06-14seccomp: remove 2-phase APIGravatar Kees Cook 1-88/+41
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Gravatar Andy Lutomirski 1-2/+2
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-10/+3
2016-05-13secomp: Constify mode1 syscall whitelistGravatar Matt Redfearn 1-2/+2
2016-05-13seccomp: Get compat syscalls from asm-generic headerGravatar Matt Redfearn 1-8/+1
2016-05-04seccomp: Fix comment typoGravatar Mickaël Salaün 1-1/+1
2016-03-22seccomp: check in_compat_syscall, not is_compat_task, in strict modeGravatar Andy Lutomirski 1-2/+2
2016-01-27seccomp: always propagate NO_NEW_PRIVS on tsyncGravatar Jann Horn 1-11/+11
2015-10-27seccomp, ptrace: add support for dumping seccomp filtersGravatar Tycho Andersen 1-1/+75
2015-10-05bpf, seccomp: prepare for upcoming criu supportGravatar Daniel Borkmann 1-2/+2