Mention access control.

This commit is contained in:
des 2001-12-04 14:28:38 +00:00
parent 83a23f445c
commit 81bac576a0

View File

@ -42,8 +42,8 @@ module offers an abstract API for pseudo-filesystems such as
and and
.Xr linprocfs 5 . .Xr linprocfs 5 .
It takes care of all the hairy bits like interfacing with the VFS It takes care of all the hairy bits like interfacing with the VFS
system, keeping track of file numbers, and cloning files and system, enforcing access control, keeping track of file numbers, and
directories that are process-specific. cloning files and directories that are process-specific.
The consumer module, i.e. the module that implements the actual guts The consumer module, i.e. the module that implements the actual guts
of the filesystem, needs only provide the directory structure of the filesystem, needs only provide the directory structure
(represented by a collection of structures declared and initialized by (represented by a collection of structures declared and initialized by