Comment 1 for bug 519380

Revision history for this message
Johan Kiviniemi (ion) wrote :

It seems to me the correct fstab entry would look like

/here /there none bind,noexec

mount needs to be modified to handle that, though.

There’s also a race condition in mounting something without noexec and then adding the flag with remount. A mount that needs to be noexec for whatever reason isn’t for a short period.

Not that it’s likely to cause a problem, but that’s an indicator something’s not right with the method.