diff options
author | Michael Pratt <mpratt@google.com> | 2019-03-06 12:54:45 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-03-06 12:55:52 -0800 |
commit | 54ac76c305935b12b78ab6b464111dd227acdcbf (patch) | |
tree | 4df6c3d3ec35bb218b6f96c6f1155c41c650e7d3 /pkg/sentry/fs/seek.go | |
parent | 0b76887147820a809beaa497ede8dc4f7b7b120a (diff) |
Remove unsafe ScopedSigaction
ScopedSigaction is not async-signal-safe, so it cannot be used after fork.
Replace it with plain sigaction, which is safe. This is in a unique child
anyways, so it doesn't need any cleanup.
PiperOrigin-RevId: 237102411
Change-Id: I5c6ea373bbac67b9c4db204ceb1db62d338d9178
Diffstat (limited to 'pkg/sentry/fs/seek.go')
0 files changed, 0 insertions, 0 deletions