Re: socket ownership

kuznet@ms2.inr.ac.ru
Sat, 17 Apr 1999 22:32:31 +0400 (MSK DST)


Hello!

> inode->i_uid = current->uid;
> inode->i_gid = current->gid;
>
> Shouldn't this be euid or fsuid, similar to files, pipes,
> or even unix domain socket inodes on disk? If not, why?

These attributes were not used until recently, so that
it was not essential.

Now they are really used, so that it is bug.

Alexey Kuznetsov

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/