svn commit: r281086 - head/sys/kern

Jilles Tjoelker jilles at stack.nl
Sun Apr 5 13:26:26 UTC 2015


On Sun, Apr 05, 2015 at 02:23:05AM +0300, Sergey Kandaurov wrote:
> On 5 April 2015 at 00:47, Jilles Tjoelker <jilles at freebsd.org> wrote:
> > Author: jilles
> > Date: Sat Apr  4 21:47:54 2015
> > New Revision: 281086
> > URL: https://svnweb.freebsd.org/changeset/base/281086

> > Log:
> >   utimensat: Correct Capsicum required capability rights.

> [snip]

> What about kern_lutimes()?
> It seems it needs CAP_FUTIMES as well due its path argument.

The current directory and the root directory don't have capability
rights associated with them, so requiring CAP_FUTIMES does not have any
effect. For the same reason, lutimes() is not permitted in capability
mode.

-- 
Jilles Tjoelker


More information about the svn-src-all mailing list