Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • Are you sure /etc/profile.d/hardening-wrapper.sh doesn't exist? Commented Nov 16, 2017 at 6:19
  • 1
    Yep. I even ran grep -RnH "hardening" /etc/profile.d -- no results. Commented Nov 16, 2017 at 6:31
  • 1
    Are you running Arch Linux? Commented Nov 16, 2017 at 6:56
  • 1
    You didn't mention that you checked /etc/bash.bashrc. And what if you do bash --norc or bash --noprofile? Finally, you could do grep -r hardening /etc to find more traces. Commented Nov 16, 2017 at 7:09
  • Both bash --norc and bash --noprofile contain the hardening wrapper. grep -r hardening /etc actually returned 0 results. Commented Nov 16, 2017 at 14:08