keyrings.7: Add references to system call man pages

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-11-07 14:13:21 +01:00
parent 62694337df
commit cf84b5a43a
1 changed files with 6 additions and 2 deletions

View File

@ -19,8 +19,12 @@ is primarily a way for drivers to retain or cache security data,
authentication keys, encryption keys, and other data in the kernel. authentication keys, encryption keys, and other data in the kernel.
.P .P
System call interfaces are provided so that user-space programs can manage System call interfaces are provided so that user-space programs can manage
those objects and also use the facility for their own purposes. those objects and also use the facility for their own purposes; see
.P .BR add_key (2),
.BR request_key (2),
and
.BR keyctl (2).
A library and some user-space utilities are provided to allow access to the A library and some user-space utilities are provided to allow access to the
facility. facility.
See See