Lines Matching full:capability
44 .Nd "library for networking in capability mode"
113 By default, the cap_net capability provides unrestricted access to the network
222 The following example first opens a capability to casper and then uses this
223 capability to create the
233 /* Open capability to Casper. */
241 /* Enter capability mode sandbox. */
243 err(1, "Unable to enter capability mode");
245 /* Use Casper capability to create capability to the system.net service. */
250 /* Close Casper capability. */