Lines Matching full:sysctl
57 .Xr sysctl 3 ,
62 .Ql system.sysctl
79 capability provides unrestricted access to the sysctl namespace.
80 Applications typically only require access to a small number of sysctl
93 CAP_SYSCTL_READ allow reads of the sysctl variable
94 CAP_SYSCTL_WRITE allow writes of the sysctl variable
95 CAP_SYSCTL_RDWR allow reads and writes of the sysctl variable
96 CAP_RECURSIVE permit access to any child of the sysctl variable
101 function adds the sysctl identified by
105 function adds the sysctl identified by
108 The access rights for the sysctl are specified in the
117 applies a set of sysctl limits to the capability, denying access to sysctl
127 will succeed so long as the named sysctl variable is present in the limit set,
129 When a sysctl variable name is added to a limit set, its MIB identifier is
134 .Nm system.sysctl
155 /* Use Casper capability to create capability to the system.sysctl service. */
156 capsysctl = cap_service_open(capcas, "system.sysctl");
158 err(1, "Unable to open system.sysctl service");
167 /* Limit system.sysctl. */
174 err(1, "Unable to get value of sysctl");
205 .Xr sysctl 3 .
209 .Xr sysctl 3 ,