kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Blocking the access to the device files.
@ 2010-12-29 13:06 Prasad Joshi
  2010-12-29 16:12 ` Mulyadi Santosa
  0 siblings, 1 reply; 13+ messages in thread
From: Prasad Joshi @ 2010-12-29 13:06 UTC (permalink / raw)
  To: kernelnewbies

Hello All,

ZFS file system has a property called devices. If turned off, ZFS
would not allow access to the device files (block/character) present
on the file system. I want to implement the same behavior on the a
Linux File System.

I can always check for device files in open/read/write/mmap functions,
but I am looking for better implemention.

Does any of the FS on Linux has this facility or Is there any mount
flag that I can use?

Thanks and Regards,
Prasad

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2010-12-30  7:10 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-29 13:06 Blocking the access to the device files Prasad Joshi
2010-12-29 16:12 ` Mulyadi Santosa
2010-12-29 17:01   ` Greg Freemyer
2010-12-29 18:06     ` Mulyadi Santosa
2010-12-29 18:54     ` mindentropy
2010-12-29 19:00       ` Mulyadi Santosa
2010-12-29 19:02       ` Greg Freemyer
2010-12-29 19:07         ` Mulyadi Santosa
2010-12-29 19:09           ` Greg Freemyer
2010-12-29 23:32   ` Prasad Joshi
2010-12-30  0:07     ` Greg Freemyer
2010-12-30  0:24     ` Henry Gebhardt
2010-12-30  7:10       ` Rajat Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).