summaryrefslogtreecommitdiffstats
path: root/kernel/seccomp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-36/+90
|\
| * seccomp: Don't special case audited processes when loggingTyler Hicks2018-05-081-10/+7
| * seccomp: Audit attempts to modify the actions_logged sysctlTyler Hicks2018-05-081-9/+49
| * seccomp: Configurable separator for the actions_logged stringTyler Hicks2018-05-081-6/+7
| * seccomp: Separate read and write code for actions_logged sysctlTyler Hicks2018-05-081-22/+38
* | seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-051-13/+2
* | seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-051-8/+11
* | seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner2018-05-051-1/+1
* | seccomp: Enable speculation flaw mitigationsKees Cook2018-05-031-0/+17
|/
* Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris2018-02-221-2/+4
|\
| * ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen2018-02-211-2/+4
* | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-311-30/+76
|\ \ | |/
| * ptrace, seccomp: add support for retrieving seccomp metadataTycho Andersen2017-11-281-0/+33
| * seccomp: hoist out filter resolving logicTycho Andersen2017-11-281-32/+45
* | signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-221-1/+1
|/
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-10-241-1/+1
|/
* seccomp: make function __get_seccomp_filter staticColin Ian King2017-10-101-1/+1
* seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-09-271-7/+16
* seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook2017-08-141-2/+7
* seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook2017-08-141-6/+16
* seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-141-18/+21
* seccomp: Action to log before allowingTyler Hicks2017-08-141-5/+18
* seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-141-6/+20
* seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks2017-08-141-3/+168
* seccomp: Operation for checking if an action is availableTyler Hicks2017-08-141-0/+26
* seccomp: Sysctl to display available actionsTyler Hicks2017-08-141-0/+51
* seccomp: Provide matching filter for introspectionKees Cook2017-08-141-3/+15
* seccomp: Switch from atomic_t to recount_tKees Cook2017-06-261-5/+5
* seccomp: Clean up core dump logicKees Cook2017-06-261-3/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* seccomp: Only dump core when single-threadedKees Cook2017-02-231-5/+8
* seccomp: dump core when using SECCOMP_RET_KILLMike Frysinger2017-01-231-8/+21
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-141-4/+3
|\
| * seccomp: Fix documentationMickaël Salaün2016-11-011-4/+3
* | bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2016-11-271-1/+1
|/
* seccomp: Fix tracer exit notifications during fatal signalsKees Cook2016-08-301-4/+8
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-3/+3
* seccomp: recheck the syscall after RET_TRACEKees Cook2016-06-141-3/+18
* seccomp: remove 2-phase APIKees Cook2016-06-141-88/+41
* seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-191-10/+3
|\
| * secomp: Constify mode1 syscall whitelistMatt Redfearn2016-05-131-2/+2
| * seccomp: Get compat syscalls from asm-generic headerMatt Redfearn2016-05-131-8/+1
* | seccomp: Fix comment typoMickaël Salaün2016-05-041-1/+1
|/
* seccomp: check in_compat_syscall, not is_compat_task, in strict modeAndy Lutomirski2016-03-221-2/+2
* seccomp: always propagate NO_NEW_PRIVS on tsyncJann Horn2016-01-271-11/+11
* seccomp, ptrace: add support for dumping seccomp filtersTycho Andersen2015-10-271-1/+75
* bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-051-2/+2
OpenPOWER on IntegriCloud