Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 712926 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]
proposed patch to add syscalls to NTPsec seccomp sandbox
file_705128.txt (text/plain), 517 bytes, created by
James Browning
on 2021-05-31 19:04:27 UTC
(
hide
)
Description:
proposed patch to add syscalls to NTPsec seccomp sandbox
Filename:
MIME Type:
Creator:
James Browning
Created:
2021-05-31 19:04:27 UTC
Size:
517 bytes
patch
obsolete
>diff --git a/ntpd/ntp_sandbox.c b/ntpd/ntp_sandbox.c >index e66faaa8c..941af9e7a 100644 >--- a/ntpd/ntp_sandbox.c >+++ b/ntpd/ntp_sandbox.c >@@ -463,6 +463,15 @@ int scmp_sc[] = { > SCMP_SYS(send), > SCMP_SYS(stat64), > #endif >+#if defined(__arm__) >+ SCMP_SYS(statx), >+#endif >+#if defined(__riscv32__) >+ SCMP_SYS(faccessat), >+#endif >+#if defined(__aarch64__) >+ SCMP_SYS(syscall); >+#endif > }; > { > for (unsigned int i = 0; i < COUNTOF(scmp_sc); i++) {
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