summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-12-04 14:28:38 +0000
committerdes <des@FreeBSD.org>2001-12-04 14:28:38 +0000
commit7dc3dcc549549c637208c30145fd065527ee0efa (patch)
tree42ed6a38fc8e9bfd12642380161a53d9030218be /share
parentf2048e88adf0366eab172389473d95cfbaf586ca (diff)
downloadFreeBSD-src-7dc3dcc549549c637208c30145fd065527ee0efa.zip
FreeBSD-src-7dc3dcc549549c637208c30145fd065527ee0efa.tar.gz
Mention access control.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/pseudofs.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/pseudofs.9 b/share/man/man9/pseudofs.9
index f46507a..79f47fa 100644
--- a/share/man/man9/pseudofs.9
+++ b/share/man/man9/pseudofs.9
@@ -42,8 +42,8 @@ module offers an abstract API for pseudo-filesystems such as
and
.Xr linprocfs 5 .
It takes care of all the hairy bits like interfacing with the VFS
-system, keeping track of file numbers, and cloning files and
-directories that are process-specific.
+system, enforcing access control, keeping track of file numbers, and
+cloning files and directories that are process-specific.
The consumer module, i.e. the module that implements the actual guts
of the filesystem, needs only provide the directory structure
(represented by a collection of structures declared and initialized by
OpenPOWER on IntegriCloud