mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
procctl.2: improve phrasing for ASLR disable
Reported by: jrtc27 Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D42364 (cherry picked from commit 4894205482555447c6b3372598c7589a66596724)
This commit is contained in:
parent
24cd42aeb6
commit
1c63aa2989
1 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd April 15, 2023
|
||||
.Dd October 26, 2023
|
||||
.Dt PROCCTL 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -85,8 +85,8 @@ Controls the Address Space Layout Randomization (ASLR) in the program
|
|||
images created
|
||||
by
|
||||
.Xr execve 2
|
||||
in the specified process or its descendants that did not changed
|
||||
the control nor modified it by other means.
|
||||
in the specified process or its descendants that do not either change
|
||||
the control or modify it by other means.
|
||||
The
|
||||
.Fa data
|
||||
parameter must point to the integer variable holding one of the following
|
||||
|
|
|
|||
Loading…
Reference in a new issue