Re: kauth FILEOP_CLOSE_MODIFIED semantics for unexpectedly terminated processes.
Re: kauth FILEOP_CLOSE_MODIFIED semantics for unexpectedly terminated processes.
- Subject: Re: kauth FILEOP_CLOSE_MODIFIED semantics for unexpectedly terminated processes.
- From: "Maxim Zhuravlev" <email@hidden>
- Date: Fri, 11 Jul 2008 19:11:28 +0400
2008/7/11 Quinn <email@hidden>:
> At 12:13 +0400 11/7/08, Maxim Zhuravlev wrote:
>>
>> 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.
>
> I would classify that as a bug. I encourage you to file it. Please post
> the bug number so that I can keep an eye on it.
>
> <http://developer.apple.com/bugreporter/>
Bug ID: 6069147
_______________________________________________
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