Nigel Babu <nig...@redhat.com> wrote:

> Emmanuel, I know you work on NetBSD, but do you have thoughts to add here?

I can help fixinf NetBSD bugs, but does this FreeBSD problem also
applies to NetBSD? A quick tests shows that altough NetBSD does not use
sticky bit on files, it still retains them:

# touch test
# ls -l test
-rw-r--r--  1 root  wheel  0 Sep 20 06:04 test
# chmod u+t test
# ls -l test
-rw-r--r-T  1 root  wheel  0 Sep 20 06:04 test

Note that T means t without x:

# chmod uog+rx test
# ls -l test
-rwxr-xr-t  1 root  wheel  0 Sep 20 06:04 test



-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
m...@netbsd.org
_______________________________________________
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel

Reply via email to