[Bug 3100] New: Update seccomp filter on ARM to match current glibc

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Nov 27 21:12:33 AEDT 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=3100

            Bug ID: 3100
           Summary: Update seccomp filter on ARM to match current glibc
           Product: Portable OpenSSH
           Version: 8.1p1
          Hardware: ARM
                OS: Linux
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: P5
         Component: sshd
          Assignee: unassigned-bugs at mindrot.org
          Reporter: jjelen at redhat.com

Created attachment 3340
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3340&action=edit
sandbox-seccomp: Allow clock_nanosleep on ARM

As a follow-up on #3093 the ARM architecture is using a bit different
syscall clock_nanosleep_time64() for the same purpose, which makes the
previous fix incomplete.

The attached patch adds the arm alternative to the whitelist. My
searches around did not show any other syscall that could be used on
other architectures at this moment.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list