Linus Torvalds
|
8b5c6a3a49
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
|
7 years ago |
Tyler Hicks
|
326bee0286
seccomp: Don't special case audited processes when logging
|
7 years ago |
Tyler Hicks
|
ea6eca7785
seccomp: Audit attempts to modify the actions_logged sysctl
|
7 years ago |
Tyler Hicks
|
beb44acaf0
seccomp: Configurable separator for the actions_logged string
|
7 years ago |
Tyler Hicks
|
d013db0294
seccomp: Separate read and write code for actions_logged sysctl
|
7 years ago |
Thomas Gleixner
|
8bf37d8c06
seccomp: Move speculation migitation control to arch code
|
7 years ago |
Kees Cook
|
00a02d0c50
seccomp: Add filter flag to opt-out of SSB mitigation
|
7 years ago |
Thomas Gleixner
|
b849a812f7
seccomp: Use PR_SPEC_FORCE_DISABLE
|
7 years ago |
Kees Cook
|
5c3070890d
seccomp: Enable speculation flaw mitigations
|
7 years ago |
James Morris
|
645ae5c51e
Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc3
|
7 years ago |
Tycho Andersen
|
63bb0045b9
ptrace, seccomp: tweak get_metadata behavior slightly
|
7 years ago |
Linus Torvalds
|
3dbc4f5485
Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
|
7 years ago |
Eric W. Biederman
|
3b10db2b06
signal: Replace memset(info,...) with clear_siginfo for clarity
|
8 years ago |
Tycho Andersen
|
26500475ac
ptrace, seccomp: add support for retrieving seccomp metadata
|
7 years ago |
Tycho Andersen
|
f06eae831f
seccomp: hoist out filter resolving logic
|
7 years ago |
Ingo Molnar
|
8c5db92a70
Merge branch 'linus' into locking/core, to resolve conflicts
|
7 years ago |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
Will Deacon
|
506458efaf
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
|
7 years ago |
Colin Ian King
|
084f5601c3
seccomp: make function __get_seccomp_filter static
|
7 years ago |
Oleg Nesterov
|
66a733ea6b
seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
|
8 years ago |
Kees Cook
|
0466bdb99e
seccomp: Implement SECCOMP_RET_KILL_PROCESS action
|
8 years ago |
Kees Cook
|
4d3b0b05aa
seccomp: Introduce SECCOMP_RET_KILL_PROCESS
|
8 years ago |
Kees Cook
|
fd76875ca2
seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREAD
|
8 years ago |
Tyler Hicks
|
59f5cf44a3
seccomp: Action to log before allowing
|
8 years ago |
Tyler Hicks
|
e66a399779
seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
|
8 years ago |
Tyler Hicks
|
0ddec0fc89
seccomp: Sysctl to configure actions that are allowed to be logged
|
8 years ago |
Tyler Hicks
|
d612b1fd80
seccomp: Operation for checking if an action is available
|
8 years ago |
Tyler Hicks
|
8e5f1ad116
seccomp: Sysctl to display available actions
|
8 years ago |
Kees Cook
|
deb4de8b31
seccomp: Provide matching filter for introspection
|
8 years ago |
Kees Cook
|
0b5fa22906
seccomp: Switch from atomic_t to recount_t
|
8 years ago |