diff options
author | наб <[email protected]> | 2021-03-26 14:41:38 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-14 13:19:49 -0700 |
commit | 9160c441a442fd57ab3fe9ce9de0a06156f6ef20 (patch) | |
tree | 5ab6f2a5d473ec1448ae740bc45b9141fabb4a8e /man | |
parent | 84c1652a0aa2527ab4f4636f63dd1f16ba4f5cbc (diff) |
zed: use separate reaper thread and collect ZEDLETs asynchronously
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11807
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zed.8.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/man/man8/zed.8.in b/man/man8/zed.8.in index e32a89de8..65b85fade 100644 --- a/man/man8/zed.8.in +++ b/man/man8/zed.8.in @@ -231,12 +231,6 @@ Terminate the daemon. .SH BUGS .PP -Events are processed synchronously by a single thread. This can delay the -processing of simultaneous zevents. -.PP -ZEDLETs are killed after a maximum of ten seconds. -This can lead to a violation of a ZEDLET's atomicity assumptions. -.PP The ownership and permissions of the \fIenabled-zedlets\fR directory (along with all parent directories) are not checked. If any of these directories are improperly owned or permissioned, an unprivileged user could insert a |