Timeline for Can I disable command execution in find
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 30, 2019 at 17:33 | history | edited | Stéphane Chazelas | CC BY-SA 4.0 |
add obvious -ok alternatives to -exec.
|
| Nov 14, 2017 at 15:49 | history | edited | Tim Kennedy | CC BY-SA 3.0 |
removed `/usr/bin/*` from the example, because it's unsafe.
|
| Nov 14, 2017 at 15:45 | comment | added | Tim Kennedy |
Good point. If you set up a profile like this, please don't use /usr/bin/*, instead determine what commands the profile needs, and specify them explicitly.
|
|
| Nov 14, 2017 at 0:35 | vote | accept | Tony | ||
| Nov 13, 2017 at 20:20 | comment | added | meuh |
Note, /usr/bin/* is a bit too wide, as it allows the user to sudo ln find myfind in /usr/bin and then sudo myfind.
|
|
| Nov 13, 2017 at 18:13 | history | answered | Tim Kennedy | CC BY-SA 3.0 |