I am running a flight simulator under Wine.
Everything works OK, except that SELinux detects a problem when it starts up.
============================================== The source process: /usr/bin/wine-preloader Attempted this access: nmap_zero On this memprotect: <nothing> ==============================================
OK.
I'd like to disable this warning. In the SELinux Alert Browser, it tells me to
=======================================================
You must tell SELinux about this by enabling the wine_mmap_zero_ignore boolean. # setsebool -P wine_mmap_zero_ignore 1
======================================================
That is all well and good, but when I issue the command (as root), it hangs. Only Ctrl C will terminate the command.
However, if I omit the "-P", it works. However, I have to rerun it all the time.
Why does the command hang ?
Thanks !
On 01/25/2011 10:03 PM, Linuxguy123 wrote:
That is all well and good, but when I issue the command (as root), it hangs. Only Ctrl C will terminate the command.
However, if I omit the "-P", it works. However, I have to rerun it all the time.
It usually takes a couple of seconds. Did you leave it running (with -P) for about 15 seconds?
-- Jorge
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 01/25/2011 09:10 PM, Jorge Fábregas wrote:
On 01/25/2011 10:03 PM, Linuxguy123 wrote:
That is all well and good, but when I issue the command (as root), it hangs. Only Ctrl C will terminate the command.
However, if I omit the "-P", it works. However, I have to rerun it all the time.
It usually takes a couple of seconds. Did you leave it running (with -P) for about 15 seconds?
-- Jorge
It is recompiling all of the policy and this can take a long time. Let it run up to about 1 minute.