https://bugs.winehq.org/show_bug.cgi?id=56650
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Summary|Report on SELinux |wine cannot be used with |'execheap' Issues with |SELinux 'execheap' policy |wine-preloader |
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- What exactly does 'execheap' do (in your own words, please)? Is there source code for it?
There shouldn't be any point at which we flip the executable bit on memory returned from malloc(). However, we may need to allocate memory (allocated directly from mmap and not through malloc) which is both writable and executable, because Windows programs require it.