O_MAYEXEC — explicitly opening files for execution
O_MAYEXEC — explicitly opening files for execution
Posted May 13, 2020 12:46 UTC (Wed) by mirabilos (subscriber, #84359)In reply to: O_MAYEXEC — explicitly opening files for execution by mirabilos
Parent article: O_MAYEXEC — explicitly opening files for execution
(That is, passing it as flag to open(2), or’d with O_RDONLY, because that’s what CLIP OS documents.)