Re: svn commit: r195243 - head/bin/chmod

2009-07-07 Thread Edward Tomasz Napierala
On 0703T1623, Jilles Tjoelker wrote: > On Wed, Jul 01, 2009 at 03:52:19PM +, Edward Tomasz Napierala wrote: > > + ret = pathconf(ent->fts_accpath, _PC_ACL_NFS4); > > There doesn't seem to be anything like lpathconf() or > fpathconfat(AT_SYMLINK_NOFOLLOW), so this may not work properl

Re: svn commit: r195243 - head/bin/chmod

2009-07-03 Thread Jilles Tjoelker
On Wed, Jul 01, 2009 at 03:52:19PM +, Edward Tomasz Napierala wrote: > + ret = pathconf(ent->fts_accpath, _PC_ACL_NFS4); There doesn't seem to be anything like lpathconf() or fpathconfat(AT_SYMLINK_NOFOLLOW), so this may not work properly for symlinks (chmod -h). -- Jilles Tjoelk

svn commit: r195243 - head/bin/chmod

2009-07-01 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jul 1 15:52:19 2009 New Revision: 195243 URL: http://svn.freebsd.org/changeset/base/195243 Log: With NFSv4 ACLs, it is possible that applying a mode to an ACL which is identical to the mode computed from that ACL will modify the ACL. For example, mode computed from t