-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add procctl data constants on freebsd
#2511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
r? @JohnTitor (rust-highfive has picked a reviewer for you, use r? to override) |
|
Hm, seems that the ASLR and PROTMAX constants weren't there in FreeBSD 11 (and the PROTMAX ones also not in 12). But then |
|
little hint if that helps Line 2007 in 3bde54f
|
|
So IIUC the policy for constants is to just ignore them in tests for older FreeBSD versions (i.e. not defining the constants only for the appropriate versions of FreeBSD ( |
|
|
|
Ok. Thank you! |
|
Thanks! @bors r+ |
|
📌 Commit e4bc201 has been approved by |
|
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
The constants to be passed in the
dataargument ofprocctlon freebsd.Source for the constants: https://github.com/freebsd/freebsd-src/blob/main/sys/sys/procctl.h.