Lines Matching +full:documentation +full:- +full:service
11 .\" documentation and/or other materials provided with the distribution.
96 service needs to be provided.
100 function limits the functions allowed in the service.
162 All of these functions are reentrant but not thread-safe.
170 casper service and uses it to get a user name.
171 .Bd -literal
187 /* Use Casper capability to create capability to the system.pwd service. */
190 err(1, "Unable to open system.pwd service");
195 /* Limit service to one single function. */
197 err(1, "Unable to limit access to system.pwd service");
199 /* Limit service to one field as we only need name of the user. */
201 err(1, "Unable to limit access to system.pwd service");
203 /* Limit service to one uid. */
205 err(1, "Unable to limit access to system.pwd service");
211 printf("UID %d is associated with name %s.\\n", uid[0], passwd->pw_name);
232 service first appeared in
237 service was implemented by