Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 603094 Details for
Bug 705128
net-misc/ntpsec-1.1.8 on ARM: SIGSYS/seccomp bad syscall - missing SCMP_SYS for newfstatat faccessat
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
seccomp-v2.patch
seccomp.patch (text/plain), 474 bytes, created by
crabbed halo ablution
on 2020-01-12 13:03:01 UTC
(
hide
)
Description:
seccomp-v2.patch
Filename:
MIME Type:
Creator:
crabbed halo ablution
Created:
2020-01-12 13:03:01 UTC
Size:
474 bytes
patch
obsolete
>diff --git a/ntpd/ntp_sandbox.c b/ntpd/ntp_sandbox.c >index 4e5ceaa36..78ac7aea2 100644 >--- a/ntpd/ntp_sandbox.c >+++ b/ntpd/ntp_sandbox.c >@@ -428,6 +428,11 @@ int scmp_sc[] = { > /* gentoo 64-bit and 32-bit, Intel and Arm use mmap */ > SCMP_SYS(mmap), > #endif >+#if defined(__aarch64__) >+ SCMP_SYS(faccessat), >+ SCMP_SYS(newfstatat), >+ SCMP_SYS(renameat), >+#endif > #if defined(__i386__) || defined(__arm__) || defined(__powerpc__) > SCMP_SYS(_newselect), > SCMP_SYS(_llseek),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 705128
:
602932
|
602934
|
602936
| 603094 |
712926