Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 602932 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.patch
seccomp.patch (text/plain), 508 bytes, created by
crabbed halo ablution
on 2020-01-10 21:09:45 UTC
(
hide
)
Description:
seccomp.patch
Filename:
MIME Type:
Creator:
crabbed halo ablution
Created:
2020-01-10 21:09:45 UTC
Size:
508 bytes
patch
obsolete
>diff --git a/ntpd/ntp_sandbox.c b/ntpd/ntp_sandbox.c >index 4e5ceaa36..b758f7980 100644 >--- a/ntpd/ntp_sandbox.c >+++ b/ntpd/ntp_sandbox.c >@@ -309,6 +309,7 @@ int scmp_sc[] = { > SCMP_SYS(connect), > SCMP_SYS(exit), > SCMP_SYS(exit_group), >+ SCMP_SYS(faccessat), > SCMP_SYS(fcntl), > SCMP_SYS(fstat), > SCMP_SYS(fsync), >@@ -334,6 +335,7 @@ int scmp_sc[] = { > SCMP_SYS(listen), > SCMP_SYS(lseek), > SCMP_SYS(munmap), >+ SCMP_SYS(newfstatat), > SCMP_SYS(open), > #ifdef __NR_openat > SCMP_SYS(openat), /* SUSE */
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