virtualmin / virtualmin-gpl

Virtualmin web hosting control panel for Webmin
https://www.virtualmin.com
GNU General Public License v3.0
331 stars 102 forks source link

Update feature-dir.pl to add SELinux setting for /tmp directory #950

Closed verne-work closed 2 weeks ago

verne-work commented 2 weeks ago

If the SELinux utility chcon is available, its likely SELinux is enabled on the system. If so, set the tmp directory to the specific security context of "tmp_t".

jcameron commented 2 weeks ago

Thanks for the patch!