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.

8
  • 4
    Remove those features from source then compile it. Commented Nov 13, 2017 at 6:10
  • That does not address the problem - I only want to stop the discovery user from using them, not all legit users and processes that run on the system. Commented Nov 13, 2017 at 6:32
  • 1
    Do you have selinux turned on? Commented Nov 13, 2017 at 6:47
  • Also, would you be up for aliasing a different find for just the discovery user that was built without the execution parts? Commented Nov 13, 2017 at 6:50
  • 2
    A continuation of @IporSircer's first suggestion - if you compile from source into a non-standard location (not in $PATH) normal users can use the full featured distro provided find while your special case can use /my/path/to/find. Commented Nov 13, 2017 at 7:42