Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

18.5.2 - Can't execute scripts anymore

We've been using a speed test script for years on our SG/XGs, just a heads up from 18.5.2 we now get permission denied.

Just to be sure, ran it on another 18.5.1 box, worked. Upgraded to 18.5.2, permission denied. May be worth checking any quality of life scripts you use to see if you're affected.



This thread was automatically locked due to age.
Parents Reply
  • Can you use "cat /proc/mounts" to see if /tmp is mounted with noexec?

    If it is, you can remount it with exec permissions.

    * (I'm on v19 EAP 1.)

    EDIT: Also, I don't remember if this still works, but if you cat and pipe to sh - It should execute the script. (This should bypass filesystems that are mounted with noexec.)

    Example: "cat test.sh | sh"

Children