sysctl.9 (91f3a6db548710c604be6d81addaac5d75e657e4) | sysctl.9 (9280e5fac29f4ef20541ccc7649f68612cfcb713) |
---|---|
1.\" 2.\" Copyright (c) 2006 Robert N. M. Watson 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 127 unchanged lines hidden (view full) --- 136.It Dv CTLFLAG_PRISON 137This sysctl can be written to by processes in 138.Xr jail 2 . 139.It Dv CTLFLAG_SKIP 140When iterating the sysctl name space, do not list this sysctl. 141.It Dv CTLFLAG_TUN 142Also declare a system tunable with the same name to initialize this variable. 143.It Dv CTLFLAG_RDTUN | 1.\" 2.\" Copyright (c) 2006 Robert N. M. Watson 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 127 unchanged lines hidden (view full) --- 136.It Dv CTLFLAG_PRISON 137This sysctl can be written to by processes in 138.Xr jail 2 . 139.It Dv CTLFLAG_SKIP 140When iterating the sysctl name space, do not list this sysctl. 141.It Dv CTLFLAG_TUN 142Also declare a system tunable with the same name to initialize this variable. 143.It Dv CTLFLAG_RDTUN |
144Also declare a system tunable with the same name to initalize this variable; | 144Also declare a system tunable with the same name to initialize this variable; |
145however, the run-time variable is read-only. 146.El 147.Pp 148When creating new sysctls, careful attention should be paid to the security 149implications of the monitoring or management interface being created. 150Most sysctls present in the kernel are read-only or writable only by the 151superuser. 152Sysctls exporting extensive information on system data structures and --- 152 unchanged lines hidden --- | 145however, the run-time variable is read-only. 146.El 147.Pp 148When creating new sysctls, careful attention should be paid to the security 149implications of the monitoring or management interface being created. 150Most sysctls present in the kernel are read-only or writable only by the 151superuser. 152Sysctls exporting extensive information on system data structures and --- 152 unchanged lines hidden --- |