mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Mention access control.
This commit is contained in:
parent
0787ae7db8
commit
11cee4a681
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue