9 messages in ru.sysoev.nginxRe: nginx-0.4.1
FromSent OnAttachments
Igor SysoevSep 14, 2006 6:55 am 
Francois SimondSep 14, 2006 7:26 am 
Igor SysoevSep 14, 2006 7:32 am 
Aleksandar LazicSep 14, 2006 7:36 am 
Francois SimondSep 14, 2006 7:45 am 
Francois SimondSep 14, 2006 7:48 am 
Francois SimondSep 14, 2006 7:57 am 
Igor SysoevSep 14, 2006 7:59 am.txt
Francois SimondSep 14, 2006 8:06 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx-0.4.1Actions...
From:Francois Simond (curi@public.gmane.org)
Date:Sep 14, 2006 8:06:59 am
List:ru.sysoev.nginx

Igor Sysoev a écrit :

On Thu, 14 Sep 2006, Francois Simond wrote:

Something about the new O_NOATIME ?

Yes, to use O_NOATIME process must have the CAP_FOWNER capability: http://www.die.net/doc/linux/man/man7/capabilities.7.html It's seems that O_NOATIME should be backed out. Here is the patch.

Thank you Igor !

Finally that's quite logical: another user cannot read a file you own without updating the file atime. It looks like a kernel security feature.