On Sun, Apr 05, 2015 at 02:23:05AM +0300, Sergey Kandaurov wrote: > On 5 April 2015 at 00:47, Jilles Tjoelker <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
