Closed Bug 936163 Opened 11 years ago Closed 11 years ago

seccomp+profiling build broken on x86_64: sigaction vs. rt_sigaction

Categories

(Core :: Security, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla28

People

(Reporter: jld, Assigned: jld)

References

()

Details

(Whiteboard: [c= p= s=2013.11.22 u=][qa-])

Attachments

(1 file)

Linux/x86_64 has no "sigaction" syscall, only rt_sigaction, so the seccomp+profiling build (which whitelists sigaction) fails there.  Other platforms have sigaction, but a newer libc might use rt_sigaction instead.

(Changing signal disposition post-sandboxing should be avoided, but until that happens we should at least keep the build working.)
Attachment #829531 - Flags: review?(gdestuynder) → review+
Whiteboard: [c= p= s= u= ]
https://hg.mozilla.org/mozilla-central/rev/d625bd9974b8
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Whiteboard: [c= p= s= u= ] → [c= p= s=2013.11.22 u=]
Whiteboard: [c= p= s=2013.11.22 u=] → [c= p= s=2013.11.22 u=][qa-]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: