Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 12:17:35 +0530
From:      ravi <ravi.nanjundappa@ap.sony.com>
To:        freebsd-fs@freebsd.org
Subject:   Regarding linprocfs  in FreeBSD
Message-ID:  <1090219655.4730.32.camel@ravin>

next in thread | raw e-mail | index | archive | help
Hi ,
This is my first mail to the list .
Please have a look at the following satements in linprocfs_init() of
linprocfs.c file .

dir = pfs_create_dir(root, "net", NULL, NULL, 0);
pfs_create_file(dir, "dev", &linprocfs_donetdev,NULL, NULL, PFS_WR);


Even though we are giving the permission flag as PFS_WR  the file is
getting created with only read permission . Could any one you tell me
the reason for this ?

Regards,
N Ravi
   






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1090219655.4730.32.camel>