Lines Matching full:capability
30 .Nd "library for getting or setting system information in capability mode"
66 capability.
79 capability provides unrestricted access to the sysctl namespace.
86 capability.
117 applies a set of sysctl limits to the capability, denying access to sysctl
132 The following example first opens a capability to casper, uses this
133 capability to create the
137 capability to get the value of
146 /* Open capability to Casper. */
151 /* Enter capability mode sandbox. */
153 err(1, "Unable to enter capability mode");
155 /* Use Casper capability to create capability to the system.sysctl service. */
160 /* Close Casper capability, we don't need it anymore. */
203 have the same return values as their non-capability-mode equivalents as