From 11cee4a681663706b1211c2ea9458dbb08f7a201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 4 Dec 2001 14:28:38 +0000 Subject: [PATCH] Mention access control. --- share/man/man9/pseudofs.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/pseudofs.9 b/share/man/man9/pseudofs.9 index f46507a5c44..79f47faf69a 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