summaryrefslogtreecommitdiff
path: root/kernel/seccomp.c
AgeCommit message (Expand)Author
2020-01-02seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon
2019-10-10seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUEChristian Brauner
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-25seccomp: Make NEW_LISTENER and TSYNC flags exclusiveTycho Andersen
2019-04-23seccomp: fix up grammar in commentTycho Andersen
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-02-22seccomp, bpf: disable preemption before calling into bpf progAlexei Starovoitov
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris
2019-01-15seccomp: fix UAF in user-trap codeTycho Andersen
2019-01-10LSM: generalize flag passing to security_capableMicah Morton
2018-12-13seccomp: fix poor type promotionTycho Andersen
2018-12-11seccomp: add a return code to trap to userspaceTycho Andersen
2018-12-11seccomp: switch system call argument type to void *Tycho Andersen
2018-12-11seccomp: hoist struct seccomp_data recalculation higherTycho Andersen
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-09-06seccomp: remove unnecessary unlikely()Igor Stoppa
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-08seccomp: Don't special case audited processes when loggingTyler Hicks
2018-05-08seccomp: Audit attempts to modify the actions_logged sysctlTyler Hicks
2018-05-08seccomp: Configurable separator for the actions_logged stringTyler Hicks
2018-05-08seccomp: Separate read and write code for actions_logged sysctlTyler Hicks
2018-05-05seccomp: Move speculation migitation control to arch codeThomas Gleixner
2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationKees Cook
2018-05-05seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner
2018-05-03seccomp: Enable speculation flaw mitigationsKees Cook
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris
2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen
2018-01-31Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman
2017-11-28ptrace, seccomp: add support for retrieving seccomp metadataTycho Andersen
2017-11-28seccomp: hoist out filter resolving logicTycho Andersen
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-10seccomp: make function __get_seccomp_filter staticColin Ian King
2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov
2017-08-14seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook
2017-08-14seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook
2017-08-14seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook
2017-08-14seccomp: Action to log before allowingTyler Hicks
2017-08-14seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks
2017-08-14seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks
2017-08-14seccomp: Operation for checking if an action is availableTyler Hicks
2017-08-14seccomp: Sysctl to display available actionsTyler Hicks