Re: MNT_USER?

2005-05-20 Thread Andre Albsmeier
On Tue, 03-May-2005 at 04:10:18 -0700, Colin Percival wrote: Danny Braniss wrote: BTW, this, the MNT_NOEXEC, uncovered, IMHO, a bug in libexec/rtld-elf/rtld.c where it's now checking for MNT_NOEXEC, but only if LD_LIBRARY_PATH is set! This is not a bug. Checking for MNT_NOEXEC adds a cost

Re: MNT_USER?

2005-05-03 Thread Danny Braniss
In message [EMAIL PROTECTED], Danny Braniss writes: after doing a mount_nfs as root (from the console or via su), statfs reports that MNT_USER flags is set! this is also true with 5.4. It's a bug in the statfs reporting for NFS filesystems. It should be fixed now in -CURRENT (revision

Re: MNT_USER?

2005-05-03 Thread Colin Percival
Danny Braniss wrote: BTW, this, the MNT_NOEXEC, uncovered, IMHO, a bug in libexec/rtld-elf/rtld.c where it's now checking for MNT_NOEXEC, but only if LD_LIBRARY_PATH is set! This is not a bug. Checking for MNT_NOEXEC adds a cost in performance, and it is not necessary if LD_LIBRARY_PATH,

MNT_USER?

2005-05-02 Thread Danny Braniss
after doing a mount_nfs as root (from the console or via su), statfs reports that MNT_USER flags is set! this is also true with 5.4. is this a bug or feature? the problem can be seen with: #include stdio.h #include fcntl.h #include sys/param.h #include sys/mount.h int main(int argc, char

Re: MNT_USER?

2005-05-02 Thread Ian Dowse
In message [EMAIL PROTECTED], Danny Braniss writes: after doing a mount_nfs as root (from the console or via su), statfs reports that MNT_USER flags is set! this is also true with 5.4. It's a bug in the statfs reporting for NFS filesystems. It should be fixed now in -CURRENT (revision 1.174