kauth FILEOP_CLOSE_MODIFIED semantics for unexpectedly terminated processes.
kauth FILEOP_CLOSE_MODIFIED semantics for unexpectedly terminated processes.
- Subject: kauth FILEOP_CLOSE_MODIFIED semantics for unexpectedly terminated processes.
- From: Maxim Zhuravlev <email@hidden>
- Date: Fri, 11 Jul 2008 12:13:34 +0400
Hi, all!
I've been explorering the kauth FILEOP scope and found out, that for
unexpectedly terminated or exit()'d process, which hadn't explicitly
closed a file handle it was writing to, a KAUTH_FILEOP_CLOSE
notification with KAUTH_FILEOP_CLOSE_MODIFIED flag set isn't issued.
This happens, cause exit() closes all handles bypassing close()
syscall, which actually checks flags and issues that kind of
notifications.
Are there any over documented means to get the same semantics for that
kind of processes?
Thanks in advance,
- Maxim.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden