This is an archive of the discontinued LLVM Phabricator instance.

[msan] Don't block SIGSYS in ScopedBlockSignals
ClosedPublic

Authored by hans on Dec 3 2021, 11:26 AM.

Details

Summary

Seccomp-BPF-sandboxed processes rely on being able to process SIGSYS signals.

This un-breaks Chrome after D113328.

Diff Detail

Event Timeline

hans requested review of this revision.Dec 3 2021, 11:26 AM
hans created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2021, 11:26 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript

I guess the main goal is to block async signals here, so sync SIGSYS should be fine

vitalybuka accepted this revision.Dec 3 2021, 11:36 AM
This revision is now accepted and ready to land.Dec 3 2021, 11:36 AM
This revision was landed with ongoing or failed builds.Dec 3 2021, 11:41 AM
This revision was automatically updated to reflect the committed changes.