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
setarch: arch param should be optional #668
Comments
|
Seems like a good idea -- it's probably mistake that setarch is mostly about execution domains than more commonly about personalities. |
karelzak
referenced
this issue
Aug 7, 2018
Let's allow to change personality flags without execution domain modification. Old way: setarch `arch` --addr-no-randomize myprog New way: setarch --addr-no-randomize myprog Addresses: https://github.com/karelzak/util-linux/issues/668 Signed-off-by: Karel Zak <kzak@redhat.com>
|
Implemented. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During our (openSUSE package) build processes, I often find places where I need to disable ASLR to make output reproducible .
setarch -R $commandwould really be a lot nicer than
The text was updated successfully, but these errors were encountered: