Názory k článku
Jak na SELinux: konfigurační soubory
18. 1. 2008 7:58
Nový
Jde to vypnout?
celé vlákno
Měl bych (možná blbej) dotaz, ale už delší dobu podezřívám SELinux z toho, že mi dělá bordel v jistých programech spouštěných pod Wine. Abych se o tom mohl přesvědčit musel bych ho dočasně kompletně celý vypnout. Nepřišel jsem na to zda existuje nějaký příkaz, který to provede a rekompilovat special jádro bez SELinuxu, jenom kvůli tomuto testu se mi taky nechce. Možná jste to tu už někde říkal a asi mi to uniklo, v tom případě se omlouvám.
18. 1. 2008 8:50
Nový
Re: Jde to vypnout?
celé vlákno
nabootavat s parametrem selinux=0
:
How do I temporarily turn off enforcing mode without having to reboot?
A:
This situation usually arises when you can't perform an action that is being prevented by policy. Run the command setenforce 0 to turn off enforcing mode in real time. When you are finished, run setenforce 1 to turn enforcing back on.
[Note] sysadm_r role required
You must issue the setenforce command with the sysadm_r role; to do so, use the newrole command. Alternately, if you switch to root using su -, you gain the sysadm_r role automatically.
http://docs.fedoraproject.org/selinux-faq-fc3/
:
How do I temporarily turn off enforcing mode without having to reboot?
A:
This situation usually arises when you can't perform an action that is being prevented by policy. Run the command setenforce 0 to turn off enforcing mode in real time. When you are finished, run setenforce 1 to turn enforcing back on.
[Note] sysadm_r role required
You must issue the setenforce command with the sysadm_r role; to do so, use the newrole command. Alternately, if you switch to root using su -, you gain the sysadm_r role automatically.
http://docs.fedoraproject.org/selinux-faq-fc3/
19. 1. 2008 0:23
Nový
Re: Jde to vypnout?
celé vlákno
Děkuji moc, jen co bude trocha času tak oba způsoby vyzkouším. Ještě jednou díky :) .

