mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
seccomp update for v7.1-rc1
- selftests: Add hard-coded __NR_uprobe for x86_64 (Oleg Nesterov) -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRSPkdeREjth1dHnSE2KwveOeQkuwUCad146wAKCRA2KwveOeQk u9LrAP4hemiMrgvEIo2DPVJ8H+QiRZtsJvFLFC/yvdgrllxyUQEA24RjRKXoZcL4 G9hD3FL31MTcbTV9Gdf0bOlLCqqUqg4= =7sDF -----END PGP SIGNATURE----- Merge tag 'seccomp-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux Pull seccomp update from Kees Cook: - selftests: Add hard-coded __NR_uprobe for x86_64 (Oleg Nesterov) * tag 'seccomp-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: selftests/seccomp: Add hard-coded __NR_uprobe for x86_64
This commit is contained in:
commit
cea4a90faf
|
|
@ -170,6 +170,12 @@ struct seccomp_data {
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef __NR_uprobe
|
||||
# if defined(__x86_64__)
|
||||
# define __NR_uprobe 336
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef SECCOMP_SET_MODE_STRICT
|
||||
#define SECCOMP_SET_MODE_STRICT 0
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user